WmiConfigurationAttribute Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the Windows Management Instrumentation (WMI) namespace, hosting model, and security for a WMI provider. The WmiConfiguration attribute marks the assembly that contains the provider.
The following tables list the members exposed by the WmiConfigurationAttribute type.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) |
![]() ![]() ![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() ![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) |
![]() ![]() ![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) |
![]() ![]() ![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | WmiConfigurationAttributeNew | Initializes a new instance of the WmiConfigurationAttribute class that specifies the scope (WMI namespace) in which the WMI provider will expose classes. |
| Name | Description | |
|---|---|---|
![]() | HostingGroup | Gets or sets the hosting group for the WMI provider. When the hosting model is either LocalServiceHosted, LocalSystemHosted, or NetworkServiceHosted, a hosting model must be defined. The hosting group defines a particular instantiation of a WMI provider host. Providers that share the same hosting model and hosting group share the same surrogate process. |
![]() | HostingModel | Gets or sets the hosting model for the WMI provider. The hosting model represents the account (security context) under which the provider runs. For more information, see HostingModel. |
![]() | IdentifyLevel | Gets or sets a value that specifies whether the provider can impersonate. If the value is false, the provider cannot impersonate, and if the value is true, the provider can impersonate. |
![]() | NamespaceSecurity | Gets or sets a Security Descriptor Definition Language (SDDL) string that specifies the security descriptor on the namespace in which the provider exposes management objects. |
![]() | Scope | Gets or sets the scope (WMI namespace) in which the WMI provider exposes classes. |
![]() | SecurityRestriction | Gets or sets a security descriptor for the WMI provider. For more information, see the SecurityDescriptor property information in the "__Win32Provider" topic in the MSDN online library at http://www.msdn.com. |
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames | (Inherited from Attribute.) |
![]() ![]() | _Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo | (Inherited from Attribute.) |
![]() ![]() | _Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
![]() ![]() | _Attribute.System.Runtime.InteropServices._Attribute.Invoke | (Inherited from Attribute.) |
Show:

