Class TypeUtilities
Contains utility functions related to types
Namespace: WeaverCore.Utilities
Assembly: WeaverCore.dll
Syntax
public static class TypeUtilities
Methods
| Edit this page View SourceNameToType(string, string)
Takes a type name and assembly name and uses it to retrieve a type
Declaration
public static Type NameToType(string fullTypeName, string assemblyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullTypeName | The full name of the type |
| string | assemblyName | The name of the assembly the type is from |
Returns
| Type | Description |
|---|---|
| Type | Returns a type with the same name from the assembly |