ICorDebugStringValue.GetString(UInt32, UInt32, Char[]) Method

Definition

public:
 void GetString(System::UInt32 cchString, [Runtime::InteropServices::Out] System::UInt32 % pcchString, cli::array <char> ^ str);
public void GetString (uint cchString, out uint pcchString, char[] str);
abstract member GetString : uint32 * uint32 * char[] -> unit
Public Sub GetString (cchString As UInteger, ByRef pcchString As UInteger, str As Char())

Parameters

cchString
UInt32
pcchString
UInt32
str
Char[]

Applies to