IAssemblyName.SetProperty(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 SetProperty(int propertyId, IntPtr valueBuffer, int valueLength);
public void SetProperty (int propertyId, IntPtr valueBuffer, int valueLength);
abstract member SetProperty : int * nativeint * int -> unit
Public Sub SetProperty (propertyId As Integer, valueBuffer As IntPtr, valueLength As Integer)
Parameters
- propertyId
- Int32
- valueBuffer
- IntPtr
- valueLength
- Int32