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] The size of pwzName in wide characters, including the null terminator character.

  • pwzName
    [out] A buffer to hold the name of the referenced assembly.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Fusion.h

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IAssemblyName Interface

Change History

Date

History

Reason

September 2010

Corrected parameter descriptions.

Customer feedback.