Class BuildManagerProxy
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
typeNamestring
Returns
GetType(string, bool)
public static Type GetType(string typeName, bool throwOnError)
Parameters
Returns
GetType(string, bool, bool)
public static Type GetType(string typeName, bool throwOnError, bool ignoreCase)