Redaguoti

Bendrinti naudojant


IAssemblyName::GetProperty Method

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

Syntax

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 System Requirements.

Header: Fusion.h

.NET Framework Versions: Available since 2.0

See also