Метод | Описание | |
---|---|---|
Decompile ( AssemblyDef asm, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( dnlib.DotNet.EventDef ev, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( dnlib.DotNet.FieldDef field, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( MethodDef method, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( ModuleDef mod, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( dnlib.DotNet.PropertyDef property, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
Decompile ( TypeDef type, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
DecompileNamespace ( string @namespace, IEnumerable |
||
DummyDecompiler ( ) : System |
Метод | Описание | |
---|---|---|
WriteError ( IDecompilerOutput output ) : void |
public Decompile ( AssemblyDef asm, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
asm | AssemblyDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( dnlib.DotNet.EventDef ev, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
ev | dnlib.DotNet.EventDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( dnlib.DotNet.FieldDef field, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
field | dnlib.DotNet.FieldDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( MethodDef method, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
method | MethodDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( ModuleDef mod, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
mod | ModuleDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( dnlib.DotNet.PropertyDef property, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
property | dnlib.DotNet.PropertyDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public Decompile ( TypeDef type, IDecompilerOutput output, DecompilationContext ctx ) : void | ||
type | TypeDef | |
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |
public DecompileNamespace ( string @namespace, IEnumerable |
||
@namespace | string | |
types | IEnumerable |
|
output | IDecompilerOutput | |
ctx | DecompilationContext | |
Результат | void |