Property | Type | Description | |
---|---|---|---|
MajorVersion | int | ||
MinorVersion | int | ||
NumLineNumbers | int |
Property | Type | Description | |
---|---|---|---|
DefineAnonymousScope | void | ||
DefineCapturedScope | void | ||
DefineCapturedVariable | void | ||
GetNextMethodIndex | int | ||
GetNextNamespaceIndex | int | ||
GetNextTypeIndex | int | ||
MonoSymbolFile | System | ||
Write | void | ||
read_methods | void |
Method | Description | |
---|---|---|
AddCompileUnit ( |
||
AddMethod ( |
||
AddSource ( |
||
CreateSymbolFile ( System.Guid guid, |
||
DefineMethod ( |
||
Dispose ( ) : void | ||
FindSource ( string file_name ) : int | ||
GetAnonymousScope ( int id ) : |
||
GetCompileUnit ( int index ) : |
||
GetMethod ( int index ) : |
||
GetMethodByToken ( int token ) : |
||
GetSourceFile ( int index ) : |
||
MonoSymbolFile ( ) : System | ||
ReadSymbolFile ( Assembly assembly ) : |
||
ReadSymbolFile ( Stream stream ) : |
||
ReadSymbolFile ( string mdbFilename ) : |
||
ReadSymbolFile ( string mdbFilename, System.Guid assemblyGuid ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DefineAnonymousScope ( int id ) : void | ||
DefineCapturedScope ( int scope_id, int id, string captured_name ) : void | ||
DefineCapturedVariable ( int scope_id, string name, string captured_name, |
||
GetNextMethodIndex ( ) : int | ||
GetNextNamespaceIndex ( ) : int | ||
GetNextTypeIndex ( ) : int | ||
MonoSymbolFile ( Stream stream ) : System | ||
Write ( |
||
read_methods ( ) : void |
public AddCompileUnit ( |
||
entry | ||
return | int |
public AddMethod ( |
||
entry | ||
return | void |
public AddSource ( |
||
source | ||
return | int |
public CreateSymbolFile ( System.Guid guid, |
||
guid | System.Guid | |
fs | ||
return | void |
public DefineMethod ( |
||
comp_unit | ||
token | int | |
scope_vars | ||
locals | ||
lines | ||
code_blocks | ||
real_name | string | |
flags | ||
namespace_id | int | |
return |
public GetAnonymousScope ( int id ) : |
||
id | int | |
return |
public GetCompileUnit ( int index ) : |
||
index | int | |
return |
public GetMethodByToken ( int token ) : |
||
token | int | |
return |
public GetSourceFile ( int index ) : |
||
index | int | |
return |
public static ReadSymbolFile ( Assembly assembly ) : |
||
assembly | Assembly | |
return |
public static ReadSymbolFile ( Stream stream ) : |
||
stream | Stream | |
return |
public static ReadSymbolFile ( string mdbFilename ) : |
||
mdbFilename | string | |
return |
public static ReadSymbolFile ( string mdbFilename, System.Guid assemblyGuid ) : |
||
mdbFilename | string | |
assemblyGuid | System.Guid | |
return |