C# Class System.Windows.Forms.SecurityUtils

Show file Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
SecureConstructorInvoke object
SecureConstructorInvoke object
SecureCreateInstance object
SecureCreateInstance object
SecureCreateInstance object

Private Methods

Method Description
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