ArborEvent utility class
More...
◆ Cast()
static object Cast |
( |
object |
obj, |
|
|
System.Type |
type |
|
) |
| |
|
static |
Cast the object.
- Parameters
-
obj | The object to cast |
type | Casting type |
- Returns
- Casted value
◆ GetDefault()
static object GetDefault |
( |
System.Type |
type | ) |
|
|
static |
Returns the default value of type.
- Parameters
-
- Returns
- Default value
◆ GetMethodName()
static string GetMethodName |
( |
MethodInfo |
methodInfo | ) |
|
|
static |
Returns the method name.
- Parameters
-
methodInfo | MethodInfo that returns method name |
- Returns
- Method name
◆ GetParameterType()
Returns the type of parameter.
- Parameters
-
- Returns
- Type of parameter
◆ IsSelectableMethod()
static bool IsSelectableMethod |
( |
MethodInfo |
methodInfo | ) |
|
|
static |
It is judged whether it is a selectable method.
- Parameters
-
methodInfo | MethodInfo to determine |
- Returns
- Returns true if it is selectable