PexTraceListenerContext.Create Method

Definition

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

Returns

Applies to