C# Class GoogleTestAdapter.DiaResolver.DiaMemoryStream

Inheritance: StubMemoryStream
Show file Open project: csoltenborn/GoogleTestAdapter

Public Methods

Method Description
RemoteRead ( byte &buffer, uint bufferSize, uint &bytesRead ) : void
RemoteSeek ( _LARGE_INTEGER offset, uint seekOrigin, _ULARGE_INTEGER &newPosition ) : void
Stat ( tagSTATSTG &pstatstg, uint grfStatFlag ) : void

Private Methods

Method Description
DiaMemoryStream ( Stream pdbFile ) : System

Method Details

RemoteRead() public method

public RemoteRead ( byte &buffer, uint bufferSize, uint &bytesRead ) : void
buffer byte
bufferSize uint
bytesRead uint
return void

RemoteSeek() public method

public RemoteSeek ( _LARGE_INTEGER offset, uint seekOrigin, _ULARGE_INTEGER &newPosition ) : void
offset _LARGE_INTEGER
seekOrigin uint
newPosition _ULARGE_INTEGER
return void

Stat() public method

public Stat ( tagSTATSTG &pstatstg, uint grfStatFlag ) : void
pstatstg tagSTATSTG
grfStatFlag uint
return void