Gets an instance for a specified full name.
- Namespace
- Statiq
.Common - Containing Type
- ClassCatalog
Syntax
public object GetInstance(string fullName)
Parameters
| Name | Type | Description |
|---|---|---|
| fullName | string | The full name of the type. |
Return Value
| Type | Description |
|---|---|
| object |
An instance of the type that matches the full name or null
if a corresponding type could not be found.
|