C# 클래스 Microsoft.Vsa.BaseVsaSite

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

공개 메소드들

메소드 설명
GetEventSourceInstance ( string itemName, string eventSourceName ) : object
GetGlobalInstance ( string name ) : object

비공개 메소드들

메소드 설명
GetCompiledState ( byte &pe, byte &debugInfo ) : void
Notify ( string notify, object optional ) : void
OnCompilerError ( IVsaError error ) : bool

메소드 상세

GetEventSourceInstance() 공개 메소드

public GetEventSourceInstance ( string itemName, string eventSourceName ) : object
itemName string
eventSourceName string
리턴 object

GetGlobalInstance() 공개 메소드

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