Table of Contents

Class BuildManagerProxy

Namespace
Shift.Common
Assembly
Shift.Common.dll

Mimic the implementation of BuildManager.GetType without requiring a dependency on System.Web

public static class BuildManagerProxy
Inheritance
BuildManagerProxy
Inherited Members

Methods

GetType(string)

public static Type GetType(string typeName)

Parameters

typeName string

Returns

Type

GetType(string, bool)

public static Type GetType(string typeName, bool throwOnError)

Parameters

typeName string
throwOnError bool

Returns

Type

GetType(string, bool, bool)

public static Type GetType(string typeName, bool throwOnError, bool ignoreCase)

Parameters

typeName string
throwOnError bool
ignoreCase bool

Returns

Type