ILAttribute Type
Custom attribute.
Union cases
Union case |
Description
|
Full Usage:
Decoded(method, fixedArgs, namedArgs)
Parameters:
ILMethodSpec
fixedArgs : ILAttribElem list
namedArgs : ILAttributeNamedArg list
|
Attribute with args in decoded form.
|
Full Usage:
Encoded(method, data, elements)
Parameters:
ILMethodSpec
data : byte[]
elements : ILAttribElem list
|
Attribute with args encoded to a binary blob according to ECMA-335 II.21 and II.23.3. 'decodeILAttribData' is used to parse the byte[] blob to ILAttribElem's as best as possible.
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsDecoded
Returns: bool
|
|
Full Usage:
this.IsEncoded
Returns: bool
|
|