System.Security.SecurityCriticalAttribute.SecurityCriticalAttribute C# (CSharp) Method

SecurityCriticalAttribute() public method

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

Same methods

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