- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ClassCatalogExtensions"]
class Type type-node
Syntax
public static class ClassCatalogExtensions
Methods
Name | Return Value | Summary |
---|---|---|
GetInstance |
T |
Gets an instance of a specified assignable type and name.
static
|
GetInstance |
T |
Gets an instance of a specified type.
static
|
GetInstances |
IEnumerable |
Gets instances for all classes of a specified assignable type..
static
|
GetTypesAssignableTo |
IEnumerable |
Gets all types assignable from a specified type.
static
|