ICorDebugStringValue.GetString(UInt32, UInt32, Char[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]