GetHotFixCommand Class
The Get-HotFix cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.This class is introduced in Windows PowerShell 2.0.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Usage
'Usage
Dim instance As GetHotFixCommand
Syntax
'Declaration
<OutputTypeAttribute(System.String[])> _
<CmdletAttribute("Get", "HotFix", DefaultParameterSetName:="Default", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability:=RemotingCapability.SupportedByCommand)> _
Public NotInheritable Class GetHotFixCommand
Inherits PSCmdlet
Implements IDisposable
[OutputTypeAttribute(System.String[])]
[CmdletAttribute("Get", "HotFix", DefaultParameterSetName="Default", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability=RemotingCapability.SupportedByCommand)]
public sealed class GetHotFixCommand : PSCmdlet, IDisposable
[OutputTypeAttribute(System.String[])]
[CmdletAttribute(L"Get", L"HotFix", DefaultParameterSetName=L"Default", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability=RemotingCapability::SupportedByCommand)]
public ref class GetHotFixCommand sealed : public PSCmdlet, IDisposable
/** @attribute OutputTypeAttribute(System.String[]) */
/** @attribute CmdletAttribute("Get", "HotFix", DefaultParameterSetName="Default", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability=RemotingCapability.SupportedByCommand) */
public final class GetHotFixCommand extends PSCmdlet implements IDisposable
OutputTypeAttribute(System.String[])
CmdletAttribute("Get", "HotFix", DefaultParameterSetName="Default", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability=RemotingCapability.SupportedByCommand)
public final class GetHotFixCommand extends PSCmdlet implements IDisposable
Remarks
This cmdlet retrieves the hotfixes that have been applied to the local and remote computers. For more information about this cmdlet, see Get-HotFixin the Microsoft TechNet library.
For Help at the command line, type:
get-help get-hotfix
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.GetHotFixCommand
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.
Platforms
Target Platforms
See Also
Reference
GetHotFixCommand Members
Microsoft.PowerShell.Commands Namespace