|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Dynamic type utility class More...
Static Public Member Functions | |
| static object | Cast (object obj, System.Type type, bool ignoreThrowException=true) |
| Cast the object. More... | |
| static object | GetDefault (System.Type type) |
| Returns the default value of type. More... | |
| static object | Rebox (object obj) |
| Rebox object and copy the value. More... | |
Dynamic type utility class
|
static |
Cast the object.
| obj | The object to cast |
| type | Casting type |
| ignoreThrowException | Flag to ignore exceptions |
|
static |
Returns the default value of type.
| type | Default value type |
|
static |
Rebox object and copy the value.
| obj | object |
If it is not a value type, it is not copied.