Class ReflectUtilEx
Inheritance
System.Object
ReflectUtilEx
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: FixAntenna.Common.Utils
Assembly: FixAntenna.Common.dll
Syntax
public class ReflectUtilEx
Constructors
ReflectUtilEx(Type)
Declaration
public ReflectUtilEx(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Methods
GetInstance(Object[])
Declaration
public object GetInstance(object[] ctorParams)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | ctorParams |
Returns
Type | Description |
---|---|
System.Object |