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

SecurityFrame() private method

private SecurityFrame ( RuntimeSecurityFrame frame ) : System.Collections
frame RuntimeSecurityFrame
return System.Collections
		internal SecurityFrame (RuntimeSecurityFrame frame)
		{
			_domain = null;
			_method = null;
			_assert = null;
			_deny = null;
			_permitonly = null;
			InitFromRuntimeFrame (frame);
		}

Same methods

SecurityFrame::SecurityFrame ( int skip ) : System.Collections