PEAPI

MetaDataElement.AddCustomAttribute Method (Method, Byte[])

Add a custom attribute to this item

[Visual Basic]
Overloads Public Sub AddCustomAttribute( _
   ByVal ctorMeth As PEAPI.Method, _
   ByVal val As Byte() _
)
[C#]
public void AddCustomAttribute(
   Method ctorMeth,
   byte[] val
);

Parameters

ctorMeth
the constructor method for this attribute
val
the byte value of the parameters

See Also

MetaDataElement Class | MetaDataElement Members | PEAPI Namespace | MetaDataElement.AddCustomAttribute Overload List