Tracer.ParameterSplattingWasPerformed(String, 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.
ParameterSplattingWasPerformed (EventId: 0xb047/45127)
public:
void ParameterSplattingWasPerformed(System::String ^ parameters, System::String ^ computers);
public:
void ParameterSplattingWasPerformed(Platform::String ^ parameters, Platform::String ^ computers);
void ParameterSplattingWasPerformed(std::wstring const & parameters, std::wstring const & computers);
public void ParameterSplattingWasPerformed (string parameters, string computers);
[System.Management.Automation.Tracing.EtwEvent(45127)]
public void ParameterSplattingWasPerformed (string parameters, string computers);
member this.ParameterSplattingWasPerformed : string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45127)>]
member this.ParameterSplattingWasPerformed : string * string -> unit
Public Sub ParameterSplattingWasPerformed (parameters As String, computers As String)
Parameters
- parameters
- String
- computers
- String
- Attributes