System.Security.SecurityCriticalAttribute.SecurityCriticalAttribute C# (CSharp) 메소드

SecurityCriticalAttribute() 공개 메소드

public SecurityCriticalAttribute ( SecurityCriticalScope scope ) : System.Runtime.InteropServices
scope SecurityCriticalScope
리턴 System.Runtime.InteropServices
	  public SecurityCriticalAttribute(SecurityCriticalScope scope)
	  	{
	  	 	_val = scope;
	  	}

Same methods

SecurityCriticalAttribute::SecurityCriticalAttribute ( ) : System.Runtime.InteropServices
SecurityCriticalAttribute