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++ | F# |
public struct ShortcutTarget
Public Structure ShortcutTarget
public value class ShortcutTarget
[<SealedAttribute>] type ShortcutTarget = struct end
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 try to free resources and perform other cleanup operations before it 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.) |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)