C# Class msos.Decompile

Inheritance: ICommand
Datei anzeigen Open project: goldshtn/msos

Private Properties

Property Type Description
DecompileMethods void
DecompileModule void
DecompileType void
DecompileTypeFromModule void
GenerateCode void
TypeDefFromAssemblyDef Mono.Cecil.TypeDefinition

Public Methods

Method Description
Execute ( CommandExecutionContext context ) : void

Private Methods

Method Description
DecompileMethods ( Microsoft.Diagnostics.Runtime.ClrMethod methods ) : void
DecompileModule ( Microsoft.Diagnostics.Runtime.ClrModule module ) : void
DecompileType ( Microsoft.Diagnostics.Runtime.ClrType type ) : void
DecompileTypeFromModule ( string typeName, string moduleFileName ) : void
GenerateCode ( ICSharpCode.Decompiler.Ast.AstBuilder decompiler ) : void
TypeDefFromAssemblyDef ( string typeName, AssemblyDefinition assemblyDef ) : Mono.Cecil.TypeDefinition

Method Details

Execute() public method

public Execute ( CommandExecutionContext context ) : void
context CommandExecutionContext
return void