ICorDebugAssembly.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, [Runtime::InteropServices::Out] System::UInt32 % pcchName, cli::array <char> ^ szName);
public void GetName (uint cchName, out uint pcchName, 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[]