<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.Type
public static readonly object Missing
public abstract string FullName {
get; }
public virtual bool IsEnum {
get; }
public static Type GetType(
string typeName,
bool throwOnError)
public static Type GetType(
string typeName,
bool throwOnError,
bool ignoreCase)