Class that represents a reflectable script field.
Readonly
The class that declares this member.
The name of given type.
Retrieves all custom attributes defined on this member.
All custom attributes defined on this member
Retrieves a custom attribute of a specified type that is applied to a specified member.
The type of attribute to search for. Only attributes that are assignable to this type are returned.
A custom attribute that matches T, or null if no such attribute is found.
Retrieves custom attributes of a specified type that is applied to this member.
Custom attributes that matche T
Sets value of this field to given value.
The object whose value will be get.
Current field value.
Checks whether the member has the given attribute type.
The type of attribute to search for.
True if the attribute exists on the member.
Checks if this field is static.
Whether this method is static.
The object whose value will be set.
The new field value.
Class that represents a reflectable script field.