GetTypeInfo() public static method

public static GetTypeInfo ( Type type ) : ITypeInfo
type System.Type
return ITypeInfo
 public ITypeInfo GetElementType()
 {
     return(TypeFactory.GetTypeInfo(this._type.GetElementType()));
 }
 public ITypeInfo EnumGetUnderlyingType()
 {
     return(TypeFactory.GetTypeInfo(Enum.GetUnderlyingType(this._type)));
 }