Tracer.OutOfProcessRunspaceStarted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OutOfProcessRunspaceStarted (EventId: 0xb046/45126)
public:
void OutOfProcessRunspaceStarted(System::String ^ command);
public:
void OutOfProcessRunspaceStarted(Platform::String ^ command);
void OutOfProcessRunspaceStarted(std::wstring const & command);
public void OutOfProcessRunspaceStarted (string command);
[System.Management.Automation.Tracing.EtwEvent(45126)]
public void OutOfProcessRunspaceStarted (string command);
member this.OutOfProcessRunspaceStarted : string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45126)>]
member this.OutOfProcessRunspaceStarted : string -> unit
Public Sub OutOfProcessRunspaceStarted (command As String)
Parameters
- command
- String
- Attributes