IAssemblyName::GetProperty Method

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

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: 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