IAssemblyName.GetProperty(Int32, IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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