ApplicationManager.StopObject(String, Type) 方法

定义

从应用程序中的注册对象列表中移除指定的对象。 如果要移除的对象是应用程序注册对象列表中剩余的最后一个对象,则该应用程序将被卸载。

public:
 void StopObject(System::String ^ appId, Type ^ type);
public void StopObject (string appId, Type type);
member this.StopObject : string * Type -> unit
Public Sub StopObject (appId As String, type As Type)

参数

appId
String

拥有该对象的应用程序的唯一标识符。

type
Type

要卸载的对象的类型。

例外

appIdnull

- 或 -

typenull

适用于