SnapInSettingsAttribute Class
Defines the registration information for a snap-in. A single instance may be applied to a class that is derived from snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.ManagementConsole.SnapInSettingsAttribute
Syntax
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class SnapInSettingsAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SnapInSettingsAttribute sealed : Attribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SnapInSettingsAttribute =
class
inherit Attribute
end
<AttributeUsageAttribute(AttributeTargets.Class)>
Public NotInheritable Class SnapInSettingsAttribute
Inherits Attribute
Constructors
Name | Description | |
---|---|---|
SnapInSettingsAttribute(String) | Initializes a new instance of the SnapInSettingsAttribute class using the GUID that represents the snap-in type as an argument. |
Properties
Name | Description | |
---|---|---|
ConfigurationFile | Gets or sets the configuration file for the snap-in. |
|
Description | Gets or sets the description of the snap-in. |
|
DisplayName | Gets or sets the display name of the snap-in. |
|
DynamicBase | Gets or sets the dynamic base for the snap-in. |
|
Guid | Gets the GUID for the snap-in type. |
|
LicenseFile | Gets or sets the license file for the snap-in. |
|
PrivateBinPath | Gets or sets the private binary path for the snap-in. |
|
PrivateBinPathProbe | Gets or sets the private binary path probe for the snap-in. |
|
TypeId | (Inherited from Attribute.) |
|
UseCustomHelp | Gets or sets the UseCustomHelp property. When this property of the SnapInSettingsAttribute is set to true, it indicates that the snap-in has defined its own custom help mechanism. When a snap-in user requests help, the custom help functionality is invoked in place of the default MMC help display if UseCustomHelp is set to true. |
|
Vendor | Gets or sets the name of the snap-in vendor. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Attribute.) |
|
GetHashCode() | (Inherited from Attribute.) |
|
GetType() | (Inherited from Object.) |
|
IsDefaultAttribute() | (Inherited from Attribute.) |
|
Match(Object) | (Inherited from Attribute.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
|
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole Namespace
Return to top