围绕 System.Type 的实用程序类。
| CanBeInstantiated | 如果指定类型可实例化,则返回 true。 |
| GetRootType | 实用程序方法,用于返回基本类型。 |
| GetTypeDisplayName | 实用程序方法,用于获取类型的名称,其中包括父类型。 |
| Instantiate | 创建指定 T 的新实例。 |
| InstantiateArray | 创建具有给定计数的数组的新实例。 |
| SetExplicitInstantiationMethod | 为 T 类型设置显式实例化方法。 |
| TryInstantiate | 创建指定 T 的新实例。 |
| TryInstantiateArray | 尝试创建具有给定计数的数组的新实例。 |