PEAPI

ClassDef.AddProperty Method 

Add a property to this class

[Visual Basic]
Public Function AddProperty( _
   ByVal name As String, _
   ByVal retType As PEAPI.Type, _
   ByVal pars As PEAPI.Type() _
) As PEAPI.Property
[C#]
public Property AddProperty(
   string name,
   Type retType,
   Type[] pars
);

Parameters

name
property name
retType
pars

Return Value

a descriptor for this new property

See Also

ClassDef Class | ClassDef Members | PEAPI Namespace