C# Класс System.Windows.Forms.SecurityUtils

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
SecureConstructorInvoke object
SecureConstructorInvoke object
SecureCreateInstance object
SecureCreateInstance object
SecureCreateInstance object

Приватные методы

Метод Описание
SecureConstructorInvoke ( Type type, Type argTypes, object args, bool allowNonPublic ) : object
SecureConstructorInvoke ( Type type, Type argTypes, object args, bool allowNonPublic, BindingFlags extraFlags ) : object
SecureCreateInstance ( Type type ) : object
SecureCreateInstance ( Type type, object args ) : object
SecureCreateInstance ( Type type, object args, bool allowNonPublic ) : object