C# 클래스 Umc.Core.Tools.VSGesture.Actions.ExecuteCustomCommand

상속: IExecuteCommand
파일 보기 프로젝트 열기: powerumc/vsgesture

공개 메소드들

메소드 설명
ExecuteCustomCommand ( Type type ) : System
ExecuteCustomCommand ( string type ) : System
ExecuteLazyCommand ( ) : void

메소드 상세

ExecuteCustomCommand() 공개 메소드

public ExecuteCustomCommand ( Type type ) : System
type System.Type
리턴 System

ExecuteCustomCommand() 공개 메소드

public ExecuteCustomCommand ( string type ) : System
type string
리턴 System

ExecuteLazyCommand() 공개 메소드

public ExecuteLazyCommand ( ) : void
리턴 void