WmiConnectionInfo Members
Include Protected Members
Include Inherited Members
The WmiConnectionInfo class represents connection information used by the installation of Windows Management Instrumentation (WMI).
The WmiConnectionInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetPassword(String) | Sets the password for the account that is used to establish the connection. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
MachineName | Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed. | |
ProviderArchitecture | ||
Timeout | Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds. | |
Username | Gets the name of the account used to establish the connection. |
Top