GetProperty Method
See Also 
SourceCode.Framework Namespace > Fusion.IAssemblyName Interface : GetProperty Method



PropertyId
pvProperty
pcbProperty

Glossary Item Box

Syntax

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) Copy Code
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)

Parameters

PropertyId
pvProperty
pcbProperty

Requirements

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

See Also