<PackageReference Include="System.Runtime" Version="4.0.20-beta-22231" />
Type
public abstract class Type
public static readonly object Missing
public abstract string FullName {
get; }
public abstract string Name {
get; }
public static Type GetType(
string typeName,
bool throwOnError)
public static Type GetType(
string typeName,
bool throwOnError,
bool ignoreCase)