C# 클래스 System.Windows.Forms.SecurityUtils

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

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