System.AppDomain.AppDomain.GetMarshalledDomainObjRef C# (CSharp) Method

GetMarshalledDomainObjRef() private method

private GetMarshalledDomainObjRef ( ) : byte[]
return byte[]
		internal byte[] GetMarshalledDomainObjRef ()
		{
			ObjRef oref = RemotingServices.Marshal (AppDomain.CurrentDomain, null, typeof (AppDomain));
			return CADSerializer.SerializeObject (oref).GetBuffer();
		}
#endif