Utilities class working with assemblies
More...
Utilities class working with assemblies
◆ ExtendsClassOrInterface()
static bool JUtils.AssemblyJUtils.ExtendsClassOrInterface |
( |
Type |
current, |
|
|
Type |
target |
|
) |
| |
|
inlinestatic |
Check if the given type extends the target type
- Parameters
-
current | The type to check |
target | The desired type |
- Returns
- True if current extends the target
◆ GetAllTypes()
static IEnumerable<Type> JUtils.AssemblyJUtils.GetAllTypes |
( |
| ) |
|
|
inlinestatic |
Get all types in all assemblies
◆ GetType()
static Type JUtils.AssemblyJUtils.GetType |
( |
string |
typeName | ) |
|
|
inlinestatic |
Get the type from a name
- Parameters
-
typeName | Assembly type name |
- Returns
- The type
◆ GetTypeFromCode()
static Type JUtils.AssemblyJUtils.GetTypeFromCode |
( |
int |
typeHashCode, |
|
|
int |
assemblyHashCode |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: