Skip to content

M_CommandLine_Infrastructure_ReflectionHelper_CreateDefaultImmutableInstance

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ReflectionHelper.CreateDefaultImmutableInstance Method (Type, Type[])

Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static Object CreateDefaultImmutableInstance(
	Type type,
	Type[] constructorTypes
)

VB

Public Shared Function CreateDefaultImmutableInstance ( 
	type As Type,
	constructorTypes As Type()
) As Object

C++

public:
static Object^ CreateDefaultImmutableInstance(
	Type^ type, 
	array<Type^>^ constructorTypes
)

F#

static member CreateDefaultImmutableInstance : 
        type : Type * 
        constructorTypes : Type[] -> Object 

Parameters

 

type
Type: System.Type
constructorTypes
Type: System.Type[]

Return Value

Type: Object

See Also

Reference

ReflectionHelper Class
CreateDefaultImmutableInstance Overload
CommandLine.Infrastructure Namespace

Clone this wiki locally