VerboseRecord Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Describes a verbose message sent to the verbose stream, plus information about the command that sent the message. This class is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Management.Automation Namespace
System.Management.Autoation.Cmdlet.WriteVerbose(System.String)
VariableProvider.WriteVerbose Method
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
When a command sends a message to the verbose stream, the Windows PowerShell runtime creates the verbose record that includes the original message plus information such as the name of the command, the string used to run the command, and the location of the command in the pipeline.
Verbose messages are sent when a cmdlet calls the System.Management.Autoation.Cmdlet.WriteVerbose(System.String) method, or a provider calls the CmdletProvider.WriteVerbose method.
System.Object
System.Management.Automation.InformationalRecord
System.Management.Automation.VerboseRecord
System.Management.Automation.Runspaces.RemotingVerboseRecord
System.Management.Automation.InformationalRecord
System.Management.Automation.VerboseRecord
System.Management.Automation.Runspaces.RemotingVerboseRecord
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
VerboseRecord MembersSystem.Management.Automation Namespace
System.Management.Autoation.Cmdlet.WriteVerbose(System.String)
VariableProvider.WriteVerbose Method
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.