ICorDebugModule.GetName(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 GetName(System::UInt32 cchName, cli::array <System::UInt32> ^ pcchName, cli::array <char> ^ szName);
public:
void GetName(unsigned int cchName, Platform::Array <unsigned int> ^ pcchName, Platform::Array <char16> ^ szName);
void GetName(unsigned int cchName, std::Array <unsigned int> const & pcchName, std::Array <char> const & szName);
public void GetName (uint cchName, uint[] pcchName, char[] szName);
abstract member GetName : uint32 * uint32[] * char[] -> unit
Public Sub GetName (cchName As UInteger, pcchName As UInteger(), szName As Char())
Parameters
- cchName
- UInt32
- pcchName
- UInt32[]
- szName
- Char[]