System.AppDomain.AppDomain.GetMarshalledDomainObjRef C# (CSharp) Méthode

GetMarshalledDomainObjRef() private méthode

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