Base:
method
Invoke
System.Reflection.ConstructorInfo.Invoke(System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
1 reference to Invoke
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
670retval = rci.Invoke(Activator.ConstructorDefault, Type.DefaultBinder, args, null);