ICorDebugAssembly.GetName(UInt32, UInt32, Char[]) Method

Definition

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

Parameters

cchName
UInt32
pcchName
UInt32
szName
Char[]

Applies to