ClassOps.CallBaseCtor(Object, ConstructorInfo, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Ctor info for invocation.
- args
- Object[]
Arguments for invocation.