TypeNameParserHelper Class
The TypeNameParserHelper attempts to parse a string version of a type name to get the short name of the type.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public NotInheritable Class TypeNameParserHelper
public static class TypeNameParserHelper
public ref class TypeNameParserHelper abstract sealed
public final class TypeNameParserHelper
Remarks
This tries to avoid using GetType() for calculating this in case the type is not available at design-timel.
If TypeNameParserHelper cannot parse the type name, it will attempt to load the type using GetType().
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TypeNameParserHelper
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace