PEAPI

ClassDef.AddAttribute Method 

Add an attribute to this class

[Visual Basic]
Public Sub AddAttribute( _
   ByVal ta As PEAPI.TypeAttr _
)
[C#]
public void AddAttribute(
   TypeAttr ta
);

Parameters

ta
the attribute to be added

See Also

ClassDef Class | ClassDef Members | PEAPI Namespace