C# 클래스 Yea.Reflection.Emit.BaseClasses.CommandBase

Command base class
상속: ICommand
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
Setup ( ) : void

Sets up the command

보호된 메소드들

메소드 설명
CommandBase ( ) : System

Constructor

비공개 메소드들

메소드 설명
SetupOpCodes ( ) : void

메소드 상세

CommandBase() 보호된 메소드

Constructor
protected CommandBase ( ) : System
리턴 System

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

Sets up the command
public abstract Setup ( ) : void
리턴 void