Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetFileLine ( |
Get for a specific IL instruction the matching file and line.
|
|
GetFileLine ( |
||
GetFileLine ( Mono.Cecil.MethodDefinition method ) : int>.KeyValuePair |
||
GetFileLine ( Mono.Cecil.TypeDefinition type ) : int>.KeyValuePair |
Try to get the file name where the type is defined from the pdb via walking through some methods
|
|
LoadPdbForModule ( Mono.Cecil.ModuleDefinition module ) : ISymbolReader | ||
PdbInformationReader ( ) : System | ||
PdbInformationReader ( string symbolServer ) : System | ||
ReleasePdbForModule ( Mono.Cecil.ModuleDefinition module ) : void |
Method | Description | |
---|---|---|
GetILInstructionWithLineNumber ( |
||
HasValidFileAndLineNumber ( |
||
PatchDriveLetter ( string url ) : string |
public GetFileLine ( |
||
ins | ||
method | Mono.Cecil.MethodDefinition | |
bSearchForward | bool | Search the next il instruction first if set to true for the line number from the pdb. If nothing is found we search backward. |
return | int>.KeyValuePair |
public GetFileLine ( |
||
body | ||
return | int>.KeyValuePair |
public GetFileLine ( Mono.Cecil.MethodDefinition method ) : int>.KeyValuePair |
||
method | Mono.Cecil.MethodDefinition | |
return | int>.KeyValuePair |
public GetFileLine ( Mono.Cecil.TypeDefinition type ) : int>.KeyValuePair |
||
type | Mono.Cecil.TypeDefinition | |
return | int>.KeyValuePair |
public LoadPdbForModule ( Mono.Cecil.ModuleDefinition module ) : ISymbolReader | ||
module | Mono.Cecil.ModuleDefinition | |
return | ISymbolReader |
public PdbInformationReader ( string symbolServer ) : System | ||
symbolServer | string | |
return | System |
public ReleasePdbForModule ( Mono.Cecil.ModuleDefinition module ) : void | ||
module | Mono.Cecil.ModuleDefinition | |
return | void |