ArgumentInfo
Overview
ArgumentInfo is returned for reflection purposes and can be used to find the name and type of method and property arguments.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor (declared in Object)
constructor
ArgumentInfo()
init()
ArgumentInfo()
Sub New()
Attributes
Custom attributes attached to this parameter.
property Attributes: IEnumerable<CustomAttribute> read;
IEnumerable<CustomAttribute> Attributes { get; }
var Attributes: IEnumerable<CustomAttribute> { get{} }
IEnumerable<CustomAttribute> Attributes { __get; }
ReadOnly Property Attributes() As IEnumerable<CustomAttribute>
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Mode
Parameter direction
property Mode: ArgumentMode read;
ArgumentMode Mode { get; }
var Mode: ArgumentMode { get{} }
ArgumentMode Mode { __get; }
ReadOnly Property Mode() As ArgumentMode
Name
Name of the parameter
property Name: String read;
String Name { get; }
var Name: String { get{} }
String Name { __get; }
ReadOnly Property Name() As String
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Type
Parameter type
Attributes
Custom attributes attached to this parameter.
property Attributes: IEnumerable<CustomAttribute> read;
IEnumerable<CustomAttribute> Attributes { get; }
var Attributes: IEnumerable<CustomAttribute> { get{} }
IEnumerable<CustomAttribute> Attributes { __get; }
ReadOnly Property Attributes() As IEnumerable<CustomAttribute>
Mode
Parameter direction
property Mode: ArgumentMode read;
ArgumentMode Mode { get; }
var Mode: ArgumentMode { get{} }
ArgumentMode Mode { __get; }
ReadOnly Property Mode() As ArgumentMode
Name
Name of the parameter
property Name: String read;
String Name { get; }
var Name: String { get{} }
String Name { __get; }
ReadOnly Property Name() As String
Type
Parameter type
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor (declared in Object)
constructor
ArgumentInfo()
init()
ArgumentInfo()
Sub New()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.