Visual Basic (Declaration) | |
---|---|
<PreserveSigAttribute()> Function GetProperty( _ ByVal PropertyId As Fusion.ASM_NAME, _ ByVal pvProperty As IntPtr, _ ByRef pcbProperty As UInteger _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Fusion.IAssemblyName Dim PropertyId As Fusion.ASM_NAME Dim pvProperty As IntPtr Dim pcbProperty As UInteger Dim value As Integer value = instance.GetProperty(PropertyId, pvProperty, pcbProperty) |
C# | |
---|---|
[PreserveSig()] int GetProperty( Fusion.ASM_NAME PropertyId, IntPtr pvProperty, ref uint pcbProperty ) |
C++/CLI | |
---|---|
[PreserveSig()] int GetProperty( Fusion.ASM_NAME PropertyId, IntPtr pvProperty, uint% pcbProperty ) |
Parameters
- PropertyId
- pvProperty
- pcbProperty
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2