Esempio n. 1
0
        public static ManagementScopePath CreateServerPath(string managementServerName, int port, ManagementFrameworkVersion frameworkVersion)
        {
            var result = new ManagementScopePath(managementServerName, port, null, null);

            result.SetFrameworkVersion(frameworkVersion);
            return(result);
        }
 public ConnectionInfo(string name, Uri url, bool isLocal, ManagementScope scope, ManagementScopePath scopePath, ConnectionCredential credentials, IConnectionManager connectionManager)
 {
 }