ArborEventUtility
Class in Arbor.Events / Inherits from: object
Description
ArborEvent utility class
Static Methods
Method Name | Description |
---|---|
Cast | Cast the object. |
GetDefault | Returns the default value of type. |
GetFieldName | Returns the field name. |
GetMemberName | Returns the member name. |
GetMethodName | Returns the method name. |
GetParameterType | Returns the type of parameter. |
GetPropertyName | Returns the property name. |
IsGetProperty | Returns whether there is a get accessor. |
IsSelectableField | It is judged whether it is a selectable field. |
IsSelectableMethod | It is judged whether it is a selectable method. |
IsSelectableProperty | It is judged whether it is a selectable property. |
IsSetProperty | Returns whether there is a set accessor. |
IsStatic | Returns whether it is a static member. |