Type utility class
More...
| static Type GetAssemblyType |
( |
string |
assemblyTypeName | ) |
|
|
static |
Get System.Type from string.
- Parameters
-
| assemblyTypeName | Type name |
- Returns
- System.Type. If assemblyTypeName is empty or null, it returns null.
| static string GetSlotTypeName |
( |
Type |
type | ) |
|
|
static |
Return type name (for data slot)
- Parameters
-
- Returns
- Type name
| static string GetTypeName |
( |
Type |
type | ) |
|
|
static |
Returns the name of the type.
- Parameters
-
- Returns
- 型の名前
| static string TidyAssemblyTypeName |
( |
Type |
type | ) |
|
|
static |
Convert Type to a serializable string.
- Parameters
-
- Returns
- Serializable string