ASMFile Class Fling OS
Represents an assembler file
Inheritance Hierarchy

System Object
  Kernel.Debug.Debugger ASMFile

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ASMFile

The ASMFile type exposes the following members.

Constructors

  NameDescription
Public methodASMFile
Initialises a new ASMFile instance with the specified path to the ASm file to open.
Top
Methods

  NameDescription
Public methodGetILOpASM
Gets the assembler text for the specified IL Op.
Public methodGetMethodASM
Gets the assembler text for the specified method.
Private methodOpen
Opens the ASM file and scans it for important information such as label positions
Top
Fields

  NameDescription
Public fieldASM
All the ASM lines read from the ASM file split by newline characters.
Private fieldfilePath
The file path to the ASM file to open.
Top
See Also