Fusion.IAssemblyName.GetProperty(UInt32, IntPtr, UInt32) 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(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