C# Класс Microsoft.JScript.VsaStaticCode

Наследование: VsaItem, IJSVsaCodeItem, IJSVsaItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddEventSource ( string eventSourceName, string eventSourceType ) : void
AppendSourceText ( string SourceCode ) : void
RemoveEventSource ( string eventSourceName ) : void
SetOption ( String name, Object value ) : void

Приватные методы

Метод Описание
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

Описание методов

AddEventSource() публичный Метод

public AddEventSource ( string eventSourceName, string eventSourceType ) : void
eventSourceName string
eventSourceType string
Результат void

AppendSourceText() публичный Метод

public AppendSourceText ( string SourceCode ) : void
SourceCode string
Результат void

RemoveEventSource() публичный Метод

public RemoveEventSource ( string eventSourceName ) : void
eventSourceName string
Результат void

SetOption() публичный Метод

public SetOption ( String name, Object value ) : void
name String
value Object
Результат void