System.AppDomain.AppDomain.GetMarshalledDomainObjRef C# (CSharp) 메소드

GetMarshalledDomainObjRef() 개인적인 메소드

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