Share via


IAssemblyName::GetName Method

Gets the simple, unencrypted name of the assembly referenced by this IAssemblyName object.

HRESULT GetName (
    [in, out] LPDWORD lpcwBuffer,
    [out]     WCHAR *pwzName
);

Parameters

  • lpcwBuffer
    [in, out] A buffer to hold the name of the referenced assembly.
  • pwzName
    [out] The size of pwzName in wide characters, including the null terminator character.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IAssemblyName Interface