ASMFile GetMethodASM Method Fling OS
Gets the assembler text for the specified method.

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 GetMethodASM(
	DB_Method method
)

Parameters

method
Type: DB_Method
The method to get the ASM for.

Return Value

Type: String
The ASM text.
See Also