Represents an assembler file
Inheritance Hierarchy
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
The ASMFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ASMFile |
Initialises a new ASMFile instance with the specified path to the ASm file to open.
|
Methods
Name | Description | |
---|---|---|
![]() | GetILOpASM |
Gets the assembler text for the specified IL Op.
|
![]() | GetMethodASM |
Gets the assembler text for the specified method.
|
![]() | Open |
Opens the ASM file and scans it for important information such as label positions
|
Fields
Name | Description | |
---|---|---|
![]() | ASM |
All the ASM lines read from the ASM file split by newline characters.
|
![]() | filePath |
The file path to the ASM file to open.
|
See Also