System.Windows.Forms.SecurityUtils.SecureConstructorInvoke C# (CSharp) Méthode

SecureConstructorInvoke() static private méthode

static private SecureConstructorInvoke ( Type type, Type argTypes, object args, bool allowNonPublic ) : object
type System.Type
argTypes System.Type
args object
allowNonPublic bool
Résultat object
        internal static object SecureConstructorInvoke(Type type, Type[] argTypes, object[] args, bool allowNonPublic) {
            return SecureConstructorInvoke(type, argTypes, args, allowNonPublic, BindingFlags.Default);
        }

Same methods

SecurityUtils::SecureConstructorInvoke ( Type type, Type argTypes, object args, bool allowNonPublic, BindingFlags extraFlags ) : object