C# Class Expressive.Disassembler

Inheritance: IDisassembler
Mostrar archivo Open project: ashmind/expressive

Public Methods

Method Description
Disassemble ( IManagedMethod method ) : IEnumerable
Disassembler ( Func instructionReaderFactory ) : System

Method Details

Disassemble() public method

public Disassemble ( IManagedMethod method ) : IEnumerable
method IManagedMethod
return IEnumerable

Disassembler() public method

public Disassembler ( Func instructionReaderFactory ) : System
instructionReaderFactory Func
return System