C# 클래스 Microsoft.ManagementConsole.Action

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

공개 메소드들

메소드 설명
Action ( ) : Microsoft.ManagementConsole.Internal
Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
Action ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal

비공개 메소드들

메소드 설명
RaiseTriggeredEvent ( object sender, AsyncStatus status ) : void

메소드 상세

Action() 공개 메소드

public Action ( ) : Microsoft.ManagementConsole.Internal
리턴 Microsoft.ManagementConsole.Internal

Action() 공개 메소드

public Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
리턴 Microsoft.ManagementConsole.Internal

Action() 공개 메소드

public Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
리턴 Microsoft.ManagementConsole.Internal

Action() 공개 메소드

public Action ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
tag object
리턴 Microsoft.ManagementConsole.Internal