SnapInAboutAttribute Class

 

This is a sealed class that describes the attribute that is used to define the localized "About" information for a snap-in. A single instance of SnapInAboutAttribute may be applied to any class that is derived from the SnapInBase class.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.ManagementConsole.SnapInAboutAttribute

Syntax

[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class SnapInAboutAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SnapInAboutAttribute sealed : Attribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SnapInAboutAttribute = 
    class
        inherit Attribute
    end
<AttributeUsageAttribute(AttributeTargets.Class)>
Public NotInheritable Class SnapInAboutAttribute
    Inherits Attribute

Constructors

Name Description
System_CAPS_pubmethod SnapInAboutAttribute(String)

Initializes a new instance of the SnapInAboutAttribute class using the name of the snap-in resource module for the "About" information as a parameter.

Properties

Name Description
System_CAPS_pubproperty ApplicationBaseRelative

Gets or sets a flag that specifies whether the resource module path is relative to the application base for the snap-in.

System_CAPS_pubproperty DescriptionId

Gets or sets the description Id of the snap-in.

System_CAPS_pubproperty DisplayNameId

Gets or sets the display name of the snap-in.

System_CAPS_pubproperty FolderBitmapsColorMask

Gets or sets the color mask for the folder bitmaps. Valid values are in the range from 0x00 through 0xFFFFFF.

System_CAPS_pubproperty IconId

Gets or sets the icon Id of the snap-in.

System_CAPS_pubproperty LargeFolderBitmapId

Gets or sets the large folder bitmap Id of the snap-in.

System_CAPS_pubproperty ResourceModule

Gets or sets the name of the resource module for the snap-in.

System_CAPS_pubproperty SmallFolderBitmapId

Gets or sets the small folder bitmap Id of the snap-in.

System_CAPS_pubproperty SmallFolderSelectedBitmapId

Gets or sets the small selected folder bitmap Id of the snap-in.

System_CAPS_pubproperty TypeId

(Inherited from Attribute.)

System_CAPS_pubproperty VendorId

Gets or sets the vendor Id of the snap-in.

System_CAPS_pubproperty VersionId

Gets or sets the version Id of the snap-in.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethod Match(Object)

(Inherited from Attribute.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfoCount(UInt32)

(Inherited from Attribute.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _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

SnapIn
Microsoft.ManagementConsole Namespace

Return to top