2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System / System.Diagnostics / TraceEventCache.jvm.cs
bloba0f12b5dce7c40bf650b200ca494cb40ee8ba0cb
1 ///
2 /// Stub class
3 ///
5 #if NET_2_0
7 using System;
8 using System.Collections;
9 using System.Text;
10 using System.Threading;
12 namespace System.Diagnostics
14 [MonoTODO]
15 public class TraceEventCache
17 [MonoTODO]
18 public string Callstack
20 get { throw new NotImplementedException(); }
23 [MonoTODO]
24 public DateTime DateTime
26 get { throw new NotImplementedException(); }
29 [MonoTODO]
30 public Stack LogicalOperationStack
32 get { throw new NotImplementedException(); }
35 [MonoTODO]
36 public int ProcessId
38 get { throw new NotImplementedException(); }
41 [MonoTODO]
42 public string ThreadId
44 get { throw new NotImplementedException(); }
47 [MonoTODO]
48 public long Timestamp
50 get { throw new NotImplementedException(); }
55 #endif