Deployment Tools Foundation
ShortcutTarget Structure
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ShortcutTarget
Holds information about the target of a shortcut file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public struct ShortcutTarget
Public Structure ShortcutTarget
public value class ShortcutTarget
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
ComponentCode |
Gets the target component code of the shortcut, or null if not available.
|
|
Equality(ShortcutTarget, ShortcutTarget) |
Tests whether two shortcut targets have the same product code, feature, and/or component code.
|
|
Equals(Object) |
Tests whether two shortcut targets have the same product code, feature, and/or component code.
(Overrides ValueType.Equals(Object).) |
|
Feature |
Gets the name of the target feature of the shortcut, or null if not available.
|
|
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()() |
Generates a hash code using all parts of the shortcut target.
(Overrides ValueType.GetHashCode()()().) |
|
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
Inequality(ShortcutTarget, ShortcutTarget) |
Tests whether two shortcut targets have the same product code, feature, and/or component code.
|
|
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProductCode |
Gets the target product code of the shortcut, or null if not available.
|
|
ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |