Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.ParameterInfo Class Reference

Public Member Functions

virtual bool IsDefined (Type attributeType, bool inherit)
 
virtual IList< CustomAttributeDataGetCustomAttributesData ()
 
virtual object[] GetCustomAttributes (bool inherit)
 
virtual object[] GetCustomAttributes (Type attributeType, bool inherit)
 
virtual Type[] GetOptionalCustomModifiers ()
 
virtual Type[] GetRequiredCustomModifiers ()
 
object GetRealObject (StreamingContext context)
 
override string ToString ()
 

Protected Member Functions

 ParameterInfo ()
 

Protected Attributes

ParameterAttributes AttrsImpl
 
TypeClassImpl
 
object? DefaultValueImpl
 
MemberInfo MemberImpl
 
stringNameImpl
 
int PositionImpl
 

Properties

virtual ParameterAttributes Attributes [get]
 
virtual MemberInfo Member [get]
 
virtual ? string Name [get]
 
virtual Type ParameterType [get]
 
virtual int Position [get]
 
bool IsIn [get]
 
bool IsLcid [get]
 
bool IsOptional [get]
 
bool IsOut [get]
 
bool IsRetval [get]
 
virtual ? object DefaultValue [get]
 
virtual ? object RawDefaultValue [get]
 
virtual bool HasDefaultValue [get]
 
virtual IEnumerable< CustomAttributeDataCustomAttributes [get]
 
virtual int MetadataToken [get]
 

Detailed Description

Definition at line 6 of file ParameterInfo.cs.


The documentation for this class was generated from the following file: