Метод | Описание | |
---|---|---|
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 ( ) : |
||
Parse ( ) : void | ||
PartiallyEvaluate ( ) : void | ||
ProcessAssemblyAttributeLists ( ) : void | ||
Remove ( ) : void | ||
Reset ( ) : void | ||
Run ( ) : void | ||
TranslateToIL ( ) : void | ||
VsaStaticCode ( |
public AddEventSource ( string eventSourceName, string eventSourceType ) : void | ||
eventSourceName | string | |
eventSourceType | string | |
Результат | void |
public AppendSourceText ( string SourceCode ) : void | ||
SourceCode | string | |
Результат | void |
public RemoveEventSource ( string eventSourceName ) : void | ||
eventSourceName | string | |
Результат | void |
public SetOption ( String name, Object value ) : void | ||
name | String | |
value | Object | |
Результат | void |