ILPropertyDef Type
Property definitions
Constructors
Constructor |
Description
|
Full Usage:
ILPropertyDef(name, attributes, setMethod, getMethod, callingConv, propertyType, init, args, customAttrs)
Parameters:
string
attributes : PropertyAttributes
setMethod : ILMethodRef option
getMethod : ILMethodRef option
callingConv : ILThisConvention
propertyType : ILType
init : ILFieldInit option
args : ILTypes
customAttrs : ILAttributes
Returns: ILPropertyDef
|
Functional creation of a value, immediate
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsRTSpecialName
Returns: bool
|
|
Full Usage:
this.IsSpecialName
Returns: bool
|
|
Full Usage:
this.MetadataIndex
Returns: int32
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
|
|