Свойство | Type | Description | |
---|---|---|---|
file |
Méthode | Description | |
---|---|---|
CloseCompilerGeneratedBlock ( int end_offset ) : void | ||
CloseMethod ( ) : void | ||
CloseNamespace ( ) : void | ||
CloseScope ( int end_offset ) : void | ||
DefineAnonymousScope ( int id ) : void | ||
DefineCapturedLocal ( int scope_id, string name, string captured_name ) : void | ||
DefineCapturedParameter ( int scope_id, string name, string captured_name ) : void | ||
DefineCapturedScope ( int scope_id, int id, string captured_name ) : void | ||
DefineCapturedThis ( int scope_id, string captured_name ) : void | ||
DefineCompilationUnit ( |
||
DefineDocument ( string url ) : |
||
DefineDocument ( string url, byte guid, byte checksum ) : |
||
DefineLocalVariable ( int index, string name ) : void | ||
DefineNamespace ( string name, |
||
DefineScopeVariable ( int scope, int index ) : void | ||
EndIteratorBody ( int end_offset ) : void | ||
EndIteratorDispatcher ( int end_offset ) : void | ||
MarkSequencePoint ( int offset, |
||
MarkSequencePoint ( int offset, |
||
MonoSymbolWriter ( string filename ) : System | ||
OpenCompilerGeneratedBlock ( int start_offset ) : void | ||
OpenMethod ( ICompileUnit file, int ns_id, IMethodDef method ) : |
||
OpenScope ( int start_offset ) : int | ||
StartIteratorBody ( int start_offset ) : void | ||
StartIteratorDispatcher ( int start_offset ) : void | ||
WriteSymbolFile ( System.Guid guid ) : void |
public CloseCompilerGeneratedBlock ( int end_offset ) : void | ||
end_offset | int | |
Résultat | void |
public CloseScope ( int end_offset ) : void | ||
end_offset | int | |
Résultat | void |
public DefineAnonymousScope ( int id ) : void | ||
id | int | |
Résultat | void |
public DefineCapturedLocal ( int scope_id, string name, string captured_name ) : void | ||
scope_id | int | |
name | string | |
captured_name | string | |
Résultat | void |
public DefineCapturedParameter ( int scope_id, string name, string captured_name ) : void | ||
scope_id | int | |
name | string | |
captured_name | string | |
Résultat | void |
public DefineCapturedScope ( int scope_id, int id, string captured_name ) : void | ||
scope_id | int | |
id | int | |
captured_name | string | |
Résultat | void |
public DefineCapturedThis ( int scope_id, string captured_name ) : void | ||
scope_id | int | |
captured_name | string | |
Résultat | void |
public DefineCompilationUnit ( |
||
source | ||
Résultat |
public DefineDocument ( string url ) : |
||
url | string | |
Résultat |
public DefineDocument ( string url, byte guid, byte checksum ) : |
||
url | string | |
guid | byte | |
checksum | byte | |
Résultat |
public DefineLocalVariable ( int index, string name ) : void | ||
index | int | |
name | string | |
Résultat | void |
public DefineNamespace ( string name, |
||
name | string | |
unit | ||
using_clauses | string | |
parent | int | |
Résultat | int |
public DefineScopeVariable ( int scope, int index ) : void | ||
scope | int | |
index | int | |
Résultat | void |
public EndIteratorBody ( int end_offset ) : void | ||
end_offset | int | |
Résultat | void |
public EndIteratorDispatcher ( int end_offset ) : void | ||
end_offset | int | |
Résultat | void |
public MarkSequencePoint ( int offset, |
||
offset | int | |
file | ||
line | int | |
column | int | |
is_hidden | bool | |
Résultat | void |
public MarkSequencePoint ( int offset, |
||
offset | int | |
file | ||
start_line | int | |
end_line | int | |
start_col | int | |
end_col | int | |
Résultat | void |
public MonoSymbolWriter ( string filename ) : System | ||
filename | string | |
Résultat | System |
public OpenCompilerGeneratedBlock ( int start_offset ) : void | ||
start_offset | int | |
Résultat | void |
public OpenMethod ( ICompileUnit file, int ns_id, IMethodDef method ) : |
||
file | ICompileUnit | |
ns_id | int | |
method | IMethodDef | |
Résultat |
public OpenScope ( int start_offset ) : int | ||
start_offset | int | |
Résultat | int |
public StartIteratorBody ( int start_offset ) : void | ||
start_offset | int | |
Résultat | void |
public StartIteratorDispatcher ( int start_offset ) : void | ||
start_offset | int | |
Résultat | void |
public WriteSymbolFile ( System.Guid guid ) : void | ||
guid | System.Guid | |
Résultat | void |