PDB_MethodInfo GetCS Method Fling OS
Gets the C# code (text) for the method. Used by debugger for display to developer.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string GetCS()

Return Value

Type: String
The C# code (text) or a string with an error message starting "Error loading C#!".
See Also