Freigeben über


ClassOps.CallBaseCtor(Object, ConstructorInfo, Object[]) Method

Definition

Performs base ctor call as a method call.

public:
 static void CallBaseCtor(System::Object ^ target, System::Reflection::ConstructorInfo ^ ci, cli::array <System::Object ^> ^ args);
public static void CallBaseCtor (object target, System.Reflection.ConstructorInfo ci, object[] args);
static member CallBaseCtor : obj * System.Reflection.ConstructorInfo * obj[] -> unit
Public Shared Sub CallBaseCtor (target As Object, ci As ConstructorInfo, args As Object())

Parameters

target
Object

Object for invocation.

ci
ConstructorInfo

Ctor info for invocation.

args
Object[]

Arguments for invocation.

Applies to