PexTraceListenerContext.Create 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.
Overloads
Create() |
Creates the trace listener context |
Create(TextWriter) |
Creates the trace listener context to writes to the given text writer |
Create()
Creates the trace listener context
public:
static Microsoft::Pex::Framework::Generated::PexTraceListenerContext ^ Create();
public static Microsoft.Pex.Framework.Generated.PexTraceListenerContext Create ();
static member Create : unit -> Microsoft.Pex.Framework.Generated.PexTraceListenerContext
Public Shared Function Create () As PexTraceListenerContext
Returns
Applies to
Create(TextWriter)
Creates the trace listener context to writes to the given text writer
public:
static Microsoft::Pex::Framework::Generated::PexTraceListenerContext ^ Create(System::IO::TextWriter ^ textWriter);
public static Microsoft.Pex.Framework.Generated.PexTraceListenerContext Create (System.IO.TextWriter textWriter);
static member Create : System.IO.TextWriter -> Microsoft.Pex.Framework.Generated.PexTraceListenerContext
Public Shared Function Create (textWriter As TextWriter) As PexTraceListenerContext
Parameters
- textWriter
- TextWriter