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입니다.

적용 대상