Provides information about a function that is stored in session state.
public ref class FunctionInfo : System::Management::Automation::CommandInfo
public class FunctionInfo : System.Management.Automation.CommandInfo
type FunctionInfo = class
inherit CommandInfo
Public Class FunctionInfo
Inherits CommandInfo
Returns true
if this function uses cmdlet binding mode for its parameters; otherwise returns false
.
Gets the type of the command.
(Inherited from CommandInfo) DefaultParameterSetGets the name of the default parameter set. Returns null
if this function doesn't use cmdlet parameter binding or if the default parameter set wasn't specified.
Gets the definition of the function which is the ToString() of the ScriptBlock that implements the function.
DescriptionGets or sets the description associated with the function.
HelpFileGets the help file path for the function.
ModuleThe module that defines this cmdlet. This will be null for commands that are not defined in the context of a module.
(Inherited from CommandInfo) ModuleNameThe module name of this command. It will be empty for commands not imported from either a module or snapin.
(Inherited from CommandInfo) NameGets the name of the command.
(Inherited from CommandInfo) NounGets the noun of the function.
OptionsGets or sets the scope options for the function.
OutputTypeThe output type(s) is specified in the script block.
ParametersReturn the parameters for this command.
(Inherited from CommandInfo) ParameterSetsGets the information about the parameters and parameter sets for this command.
(Inherited from CommandInfo) RemotingCapabilityThe remoting capabilities of this cmdlet, when exposed in a context with ambient remoting.
(Inherited from CommandInfo) ScriptBlockGets the ScriptBlock which is the implementation of the function.
SourceGets the source of the command (shown by default in Get-Command)
(Inherited from CommandInfo) VerbGets the verb of the function.
VersionGets the source version (shown by default in Get-Command)
(Inherited from CommandInfo) VisibilityIndicates if the command is to be allowed to be executed by a request external to the runspace.
(Inherited from CommandInfo) MethodsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4