IAssemblyName.GetProperty(Int32, IntPtr, Int32) Method

Definition

public:
 void GetProperty(int propertyId, [Runtime::InteropServices::Out] IntPtr % valueBuffer, int % valueLength);
public void GetProperty (int propertyId, out IntPtr valueBuffer, ref int valueLength);
abstract member GetProperty : int * nativeint * int -> unit
Public Sub GetProperty (propertyId As Integer, ByRef valueBuffer As IntPtr, ByRef valueLength As Integer)

Parameters

propertyId
Int32
valueBuffer
IntPtr
valueLength
Int32

Applies to