Class Activation
- Namespace
- Nucs.JsonSettings
- Assembly
- Nucs.JsonSettings.dll
public static class Activation
- Inheritance
-
Activation
- Inherited Members
Methods
CreateInstance(Type)
public static object CreateInstance(this Type t)
Parameters
tType
Returns
CreateInstance(Type, object[])
public static object CreateInstance(this Type t, object[] args)
Parameters
Returns
GetAllConstructors(Type)
public static IEnumerable<ConstructorInfo> GetAllConstructors(this Type t)
Parameters
tType
Returns
HasDefaultConstructor(Type)
Does the type have public/private/protected/internal.
public static bool HasDefaultConstructor(this Type t)
Parameters
tType