Class ActivatorImpl +
+ + +
+
+ Inheritance
+System.Object
+ ActivatorImpl
+
+
+ Inherited Members
+
+ System.Object.Equals(System.Object)
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.GetHashCode()
+
+
+ System.Object.GetType()
+
+
+ System.Object.MemberwiseClone()
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.ToString()
+
+ Namespace: Cosmos.Core_Plugs.System
+Assembly: Cosmos.Core_Plugs.dll
+Syntax
+
+
+ public static class ActivatorImpl
+ Methods +
+ + | + Improve this Doc + + + View Source + + +CreateInstance(CosmosRuntimeType, Boolean, Boolean)
+ + +Declaration
+
+
+ public static object CreateInstance(CosmosRuntimeType ctr, bool nonPublic, bool wrapExceptions)
+ Parameters
+Type | +Name | +Description | +
---|---|---|
CosmosRuntimeType | +ctr | ++ |
System.Boolean | +nonPublic | ++ |
System.Boolean | +wrapExceptions | ++ |
Returns
+Type | +Description | +
---|---|
System.Object | ++ |
CreateInstance<T>()
+ + +Declaration
+
+
+ public static T CreateInstance<T>()
+ Returns
+Type | +Description | +
---|---|
T | ++ |
Type Parameters
+Name | +Description | +
---|---|
T | ++ |