C# Class Microsoft.JScript.VsaStaticCode

Inheritance: VsaItem, IJSVsaCodeItem, IJSVsaItem
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddEventSource ( string eventSourceName, string eventSourceType ) : void
eventSourceName string
eventSourceType string
Résultat void

AppendSourceText() public méthode

public AppendSourceText ( string SourceCode ) : void
SourceCode string
Résultat void

RemoveEventSource() public méthode

public RemoveEventSource ( string eventSourceName ) : void
eventSourceName string
Résultat void

SetOption() public méthode

public SetOption ( String name, Object value ) : void
name String
value Object
Résultat void