System.AppDomain.AppDomain.getDomainID C# (CSharp) Метод

getDomainID() приватный Метод

private getDomainID ( ) : int
Результат int
		private int getDomainID ()
		{
			return Thread.GetDomainID ();
		}