C# Class Microsoft.Vsa.BaseVsaSite

Inheritance: IVsaSite
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
GetEventSourceInstance ( string itemName, string eventSourceName ) : object
GetGlobalInstance ( string name ) : object

Private Methods

Method Description
GetCompiledState ( byte &pe, byte &debugInfo ) : void
Notify ( string notify, object optional ) : void
OnCompilerError ( IVsaError error ) : bool

Method Details

GetEventSourceInstance() public method

public GetEventSourceInstance ( string itemName, string eventSourceName ) : object
itemName string
eventSourceName string
return object

GetGlobalInstance() public method

public GetGlobalInstance ( string name ) : object
name string
return object