ASMFile GetILOpASM Method Fling OS
Gets the assembler text for the specified IL Op.

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

public string GetILOpASM(
	DB_ILOpInfo anILOp
)

Parameters

anILOp
Type: DB_ILOpInfo
The IL Op to get the ASM for.

Return Value

Type: String
The ASM text.
See Also