Reflect.Construct Method

Definition

Overloads

Construct(Type)
Construct(Type, Object[])

Construct(Type)

public static object Construct (Type type);
static member Construct : Type -> obj

Parameters

type
Type

Returns

Applies to

Construct(Type, Object[])

public static object Construct (Type type, object[] arguments);
static member Construct : Type * obj[] -> obj

Parameters

type
Type
arguments
Object[]

Returns

Applies to