The clr type reference information.
TypeInfo
00 Remarks
(类型信息)
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | Creates type reference from the definition. |
| LoadAssembly | 3 | Loads the assembly file which contains this type. |
| GetType | 1 | Get mapping type information. |
| op_Equality | 1 | 检查a是否是指向b的类型引用的 |
| ToString | 1 | |
| op_Inequality | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| assembly | 1 | The assembly file which contains this type definition. |
| fullName | 1 | Type.FullName. |
| isSystemKnownType | 1 | Is this type object is a known system type? |
| reference | 1 |
04 Members
Type, Boolean)Creates type reference from the definition.
| Name | Type | Description |
|---|---|---|
info | Type | - |
Loads the assembly file which contains this type. If the is not a valid directory location, then using the location App.HOME as default.
String())Loads the assembly file which contains this type.
| Name | Type | Description |
|---|---|---|
searchPath | String() | SetDllDirectory |
nothing for dll not found
String, String())Loads the assembly file which contains this type.
| Name | Type | Description |
|---|---|---|
searchPath | String | SetDllDirectory |
assembly | String() | should be the file name of the assembly dll module file, example as: |
nothing for dll not found
Boolean, Boolean, Exception, String())Get mapping type information.
the function of deps.TryHandleNetCore5AssemblyBugs() has been called automatically when the assembly is built for .netcore app
| Name | Type | Description |
|---|---|---|
knownFirst | Boolean | 如果这个参数为真的话, 则会尝试直接从当前的应用程序域中查找类信息, 反之则会加载目标程序集进行类型信息查找 |
throwEx | Boolean | 如果这个参数设置为False的话,则出错的时候会返回空值 |
searchPath | Exception | A list of the candidates directory path for search dll files |
getException | String() |
|
Type)检查a是否是指向b的类型引用的
| Name | Type | Description |
|---|---|---|
a | TypeInfo | - |
b | Type | - |
The assembly file which contains this type definition.
(模块文件)
Type.FullName.
(类型源)
Is this type object is a known system type?
(是否是已知的类型?)
Type)