C# 클래스 System.SecurityUtils

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
MethodInfoInvoke ( MethodInfo method, object target, object args ) : object
SecureCreateInstance ( Type type ) : object

This helper method provides safe access to Activator.CreateInstance. NOTE: This overload will work only with public .ctors.

SecureCreateInstance ( Type type, object args ) : object

This helper method provides safe access to Activator.CreateInstance. Set allowNonPublic to true if you want non public ctors to be used.