Class DebugConnectorTestPipeServer
Inheritance
System.Object
DebugConnectorTestPipeServer
Assembly: Cosmos.Debug.DebugConnectors.dll
Syntax
public class DebugConnectorTestPipeServer : DebugConnectorStreamWithoutTimeouts
Constructors
|
Improve this Doc
View Source
DebugConnectorTestPipeServer(String)
Declaration
public DebugConnectorTestPipeServer(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
|
Methods
|
Improve this Doc
View Source
GetIsConnectedToDebugStub()
Declaration
protected override bool GetIsConnectedToDebugStub()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
InitializeBackground()
Declaration
protected override void InitializeBackground()
Overrides
|
Improve this Doc
View Source
TryRead(Byte[], Int32, Int32, Int32)
Declaration
protected override int TryRead(byte[] buffer, int offset, int count, int timeout)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
System.Int32 |
count |
|
System.Int32 |
timeout |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides