C# 클래스 Fusion.Core.Shell.Command

set /delay:1000 /norollback /var:"d3d_fullscr" /value:"true"
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GatherCommands System.Type[]

공개 메소드들

메소드 설명
Command ( Invoker invoker ) : System

Execute ( ) : void

Execute action

GetStringResult ( ) : string

Gets result string. Converts result object using type converter.

Rollback ( ) : void

Rollback action

비공개 메소드들

메소드 설명
GatherCommands ( ) : System.Type[]

Gets all avaialble commands. Command must be inherited from Command class and have attribute [Command]

메소드 상세

Command() 공개 메소드

public Command ( Invoker invoker ) : System
invoker Invoker
리턴 System

Execute() 공개 추상적인 메소드

Execute action
public abstract Execute ( ) : void
리턴 void

GetStringResult() 공개 메소드

Gets result string. Converts result object using type converter.
public GetStringResult ( ) : string
리턴 string

Rollback() 공개 추상적인 메소드

Rollback action
public abstract Rollback ( ) : void
리턴 void