'Declaration
Function GetProperty( _ ByVal PropertyId As System.Integer, _ ByVal pvProperty As System.IntPtr, _ ByRef pcbProperty As System.Integer _ ) As System.Integer
'Usage
Dim instance As IAssemblyName Dim PropertyId As System.Integer Dim pvProperty As System.IntPtr Dim pcbProperty As System.Integer Dim value As System.Integer value = instance.GetProperty(PropertyId, pvProperty, pcbProperty)
System.int GetProperty( System.int PropertyId, System.IntPtr pvProperty, ref System.int pcbProperty )
Parameters
- PropertyId
- pvProperty
- pcbProperty