Lines Matching full:system
10 get {throw new System.NotSupportedException();}
13 get {throw new System.NotSupportedException();}
14 set {throw new System.NotSupportedException();}
16 public override long Seek(long offset, System.IO.SeekOrigin origin) {
17 throw new System.NotSupportedException();
20 throw new System.NotSupportedException();
24 public override System.IAsyncResult BeginWrite(byte[] buffer, int offset,
25 int count, System.AsyncCallback callback, object state) {
26 throw new System.NotSupportedException();
29 throw new System.NotSupportedException();