Exemplo n.º 1
0
		public static CimSession Create(string computerName)
		{
			return CimSession.Create(computerName, null);
		}