C# Class Microsoft.JScript.VsaStaticCode

Inheritance: VsaItem, IJSVsaCodeItem, IJSVsaItem
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AddEventSource ( string eventSourceName, string eventSourceType ) : void
AppendSourceText ( string SourceCode ) : void
RemoveEventSource ( string eventSourceName ) : void
SetOption ( String name, Object value ) : void

Private Methods

Method Description
CheckForErrors ( ) : void
Close ( ) : void
GetCompiledType ( ) : Type
Parse ( ) : void
PartiallyEvaluate ( ) : void
ProcessAssemblyAttributeLists ( ) : void
Remove ( ) : void
Reset ( ) : void
Run ( ) : void
TranslateToIL ( ) : void
VsaStaticCode ( VsaEngine engine, string itemName, VsaItemFlag flag ) : Microsoft.JScript.Vsa

Method Details

AddEventSource() public method

public AddEventSource ( string eventSourceName, string eventSourceType ) : void
eventSourceName string
eventSourceType string
return void

AppendSourceText() public method

public AppendSourceText ( string SourceCode ) : void
SourceCode string
return void

RemoveEventSource() public method

public RemoveEventSource ( string eventSourceName ) : void
eventSourceName string
return void

SetOption() public method

public SetOption ( String name, Object value ) : void
name String
value Object
return void