WCF-Xtensions Class Reference for Mono
MemoryTraceWriter Class
Members 






Represents a trace writer that writes to memory. When the trace message limit is reached then old trace messages will be removed as new messages are added.
Object Model
MemoryTraceWriter Class
Syntax
'Declaration
 
Public Class MemoryTraceWriter 
   Implements ITraceWriter 
'Usage
 
Dim instance As MemoryTraceWriter
public class MemoryTraceWriter : ITraceWriter  
public class MemoryTraceWriter = class(ITraceWriter)
public class MemoryTraceWriter implements ITraceWriter 
public __gc class MemoryTraceWriter : public ITraceWriter  
public ref class MemoryTraceWriter : public ITraceWriter  
Inheritance Hierarchy

System.Object
   Noemax.Newtonsoft.Json.Serialization.MemoryTraceWriter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MemoryTraceWriter Members
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback