C# 클래스 EngineSite, shared-source-cli-2.0

상속: IVsaSite
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
EngineSite ( CompilerOptions, options ) : System
GetCompiledState ( byte &pe, byte &debugInfo ) : void
GetEventSourceInstance ( string ItemName, string EventSourceName ) : object
GetGlobalInstance ( string name ) : object
GetItemInfo ( string strItemName ) : object
Notify ( string notification, object value ) : void
OnCompilerError ( IVsaError error ) : bool

메소드 상세

EngineSite() 공개 메소드

public EngineSite ( CompilerOptions, options ) : System
options CompilerOptions,
리턴 System

GetCompiledState() 공개 메소드

public GetCompiledState ( byte &pe, byte &debugInfo ) : void
pe byte
debugInfo byte
리턴 void

GetEventSourceInstance() 공개 메소드

public GetEventSourceInstance ( string ItemName, string EventSourceName ) : object
ItemName string
EventSourceName string
리턴 object

GetGlobalInstance() 공개 메소드

public GetGlobalInstance ( string name ) : object
name string
리턴 object

GetItemInfo() 공개 메소드

public GetItemInfo ( string strItemName ) : object
strItemName string
리턴 object

Notify() 공개 메소드

public Notify ( string notification, object value ) : void
notification string
value object
리턴 void

OnCompilerError() 공개 메소드

public OnCompilerError ( IVsaError error ) : bool
error IVsaError
리턴 bool