Свойство | Тип | Описание | |
---|---|---|---|
Assembly | Cecil.AssemblyDefinition | ||
File |
Метод | Описание | |
---|---|---|
MdbSymbolReader ( Cecil asm, |
||
PrintCompileUnits ( ) : void | ||
PrintLineNumberTables ( ) : void | ||
PrintLocals ( |
||
PrintMethods ( bool include_locals ) : void | ||
PrintSources ( ) : void | ||
Read ( ) : void |
Метод | Описание | |
---|---|---|
CheckAnonymousScope ( |
||
CheckCompileUnit ( |
||
CheckMethod ( |
||
Debug ( string format ) : void | ||
GetTypeSignature ( Cecil t ) : string | ||
Message ( string format ) : void | ||
ReadAnonymousScopes ( ) : void | ||
ReadCompileUnits ( ) : void | ||
ReadMethods ( ) : void | ||
ReadSourceFiles ( ) : void |
Метод | Описание | |
---|---|---|
GetMethodName ( Cecil mdef ) : string | ||
GetMethodSignature ( Cecil mdef ) : string | ||
Main ( string args ) : int | ||
ProcessFile ( string filename ) : int | ||
RemoveGenericArity ( string name ) : string |
protected CheckAnonymousScope ( |
||
scope | ||
Результат | void |
protected CheckCompileUnit ( |
||
unit | ||
Результат | void |
protected CheckMethod ( |
||
method | ||
Результат | void |
protected static GetTypeSignature ( Cecil t ) : string | ||
t | Cecil | |
Результат | string |
public MdbSymbolReader ( Cecil asm, |
||
asm | Cecil | |
file | ||
Результат | System |
public PrintLocals ( |
||
method | ||
Результат | void |
public PrintMethods ( bool include_locals ) : void | ||
include_locals | bool | |
Результат | void |
public Cecil.AssemblyDefinition Assembly | ||
Результат | Cecil.AssemblyDefinition |