C# 클래스 Microsoft.ManagementConsole.SnapInBase

상속: ISynchronizeInvoke
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddSharedData void
BeginInvoke IAsyncResult
CreateView IMessageClient
GetMdiSharedData object
Initialize void
Initialized void
PostInitialize void
PreInitialize void
ProcessNotification void
ProcessRequest void
RemoveMdiSharedData void
RemoveSharedData void
SetMdiSharedData void
SnapInBase Microsoft.ManagementConsole.Internal

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method ) : object
Invoke ( Delegate method, object args ) : object
RegisterCurrentThreadForUI ( ) : void
ShowHelpTopic ( string helpTopic ) : void
UnregisterCurrentThreadForUI ( ) : void

보호된 메소드들

메소드 설명
OnInitialize ( ) : void
OnShutdown ( AsyncStatus status ) : void

비공개 메소드들

메소드 설명
AddSharedData ( SharedData sharedData ) : void
BeginInvoke ( Delegate method, object args ) : IAsyncResult
CreateView ( int nodeId, int componentId, int viewDescriptionId, int viewInstanceId ) : IMessageClient
GetMdiSharedData ( int componentId ) : object
Initialize ( ) : void
Initialized ( ) : void
PostInitialize ( ) : void
PreInitialize ( ) : void
ProcessNotification ( Notification notification ) : void
ProcessRequest ( Request request ) : void
RemoveMdiSharedData ( int componentId ) : void
RemoveSharedData ( SharedData sharedData ) : void
SetMdiSharedData ( int componentId, object value ) : void
SnapInBase ( ) : Microsoft.ManagementConsole.Internal

메소드 상세

BeginInvoke() 공개 메소드

public BeginInvoke ( Delegate method ) : IAsyncResult
method System.Delegate
리턴 IAsyncResult

EndInvoke() 공개 메소드

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
리턴 object

Invoke() 공개 메소드

public Invoke ( Delegate method ) : object
method System.Delegate
리턴 object

Invoke() 공개 메소드

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
리턴 object

OnInitialize() 보호된 메소드

protected OnInitialize ( ) : void
리턴 void

OnShutdown() 보호된 메소드

protected OnShutdown ( AsyncStatus status ) : void
status AsyncStatus
리턴 void

RegisterCurrentThreadForUI() 공개 메소드

public RegisterCurrentThreadForUI ( ) : void
리턴 void

ShowHelpTopic() 공개 메소드

public ShowHelpTopic ( string helpTopic ) : void
helpTopic string
리턴 void

UnregisterCurrentThreadForUI() 공개 메소드

public UnregisterCurrentThreadForUI ( ) : void
리턴 void