Fusion.IAssemblyName.GetProperty(UInt32, IntPtr, UInt32) Method

Definition

public:
 void GetProperty(System::UInt32 propertyId, [Runtime::InteropServices::Out] IntPtr % assemblyProperty, System::UInt32 % propertyLength);
public void GetProperty (uint propertyId, out IntPtr assemblyProperty, ref uint propertyLength);
abstract member GetProperty : uint32 * nativeint * uint32 -> unit
Public Sub GetProperty (propertyId As UInteger, ByRef assemblyProperty As IntPtr, ByRef propertyLength As UInteger)

Parameters

propertyId
UInt32
assemblyProperty
IntPtr
propertyLength
UInt32

Applies to