Show / Hide Table of Contents

Class TypeUtilities

Contains utility functions related to types

Inheritance
object
TypeUtilities
Namespace: WeaverCore.Utilities
Assembly: WeaverCore.dll
Syntax
public static class TypeUtilities

Methods

| Edit this page View Source

NameToType(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

  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾