Share via


IAssemblyName::GetProperty Method

Gets a pointer to the property referenced by the specified PropertyId.

HRESULT GetProperty (
    [in]      DWORD    PropertyId,
    [out]     LPVOID   pvProperty,
    [in, out] LPDWORD  pcbProperty
);

Parameters

  • PropertyId
    [in] The unique identifier for the requested property.
  • pvProperty
    [out] The returned property data.
  • pcbProperty
    [in, out] The size, in bytes, of pvProperty.

Requirements

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

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IAssemblyName Interface