ReadonlydeclaringThe class that declares this member.
ReadonlynameThe name of given type.
Checks if given method can be called with given arguments.
Array of objects that would be passed as arguments to this method, if it was being invoked.
Whether this method accepts given arguments.
Retrieves all custom attributes defined on this member.
All custom attributes defined on this member
Invokes this method with given parameters and given instance object.
Instance of the object that will be used as 'this' reference.
Array of objects that will be passed as arguments to the method call.
Result of the method call.
Checks if this method is static.
Whether this method is static.
Class that represents a reflectable script method.