TestBaseOperations Members

Microsoft Robotics Class Reference

The TestBaseOperations type exposes the following members.

Constructors

  Name Description
Bb796011.pubmethod(en-us,MSDN.10).gif TestBaseOperations
Initializes a new instance of the TestBaseOperations class

Methods

  Name Description
Bb796011.protmethod(en-us,MSDN.10).gif AllocatePort< (Of < (TYPE> ) > )
Allocates a Port instance of the specified type
(Inherited from PortSet.)
Bb796011.pubmethod(en-us,MSDN.10).gif Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Bb796011.protmethod(en-us,MSDN.10).gif Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Bb796011.pubmethod(en-us,MSDN.10).gif GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Bb796011.pubmethod(en-us,MSDN.10).gif GetType
Gets the Type of the current instance.
(Inherited from Object.)
Bb796011.protmethod(en-us,MSDN.10).gif MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Bb796011.pubmethod(en-us,MSDN.10).gif PostUnknownType
Untyped post of a message.
(Inherited from PortSet.)
Bb796011.pubmethod(en-us,MSDN.10).gif Test< (Of < (T> ) > )
Atomically removes a message from the port, or returns null if none present
(Inherited from PortSet.)
Bb796011.pubmethod(en-us,MSDN.10).gif ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Bb796011.pubmethod(en-us,MSDN.10).gif TryPostUnknownType
Attempts unsafe (untyped) post of a message instance.

Remarks

Use to avoid possible exception thrown if message type is incompatible with the port
(Inherited from PortSet.)

Fields

  Name Description
Bb796011.protfield(en-us,MSDN.10).gif ModeInternal
PortSet operation mode
(Inherited from PortSet.)
Bb796011.protfield(en-us,MSDN.10).gif PortsTable
Table of typed ports
(Inherited from PortSet.)
Bb796011.protfield(en-us,MSDN.10).gif SharedPortInternal
Shared port instance
(Inherited from PortSet.)
Bb796011.protfield(en-us,MSDN.10).gif Types
Types supported by this port set
(Inherited from PortSet.)

Properties

  Name Description
Bb796011.pubproperty(en-us,MSDN.10).gif Item
Returns the port instance used to store items of specified type
(Inherited from PortSet.)
Bb796011.pubproperty(en-us,MSDN.10).gif Mode
Port operation mode
(Inherited from PortSet.)
Bb796011.pubproperty(en-us,MSDN.10).gif P0
Returns the port 0th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif P1
Returns the port 1th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif P2
Returns the port 2th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif P3
Returns the port 3th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif P4
Returns the port 4th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif P5
Returns the port 5th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < (T0, T1, T2, T3, T4, T5> ) > ).)
Bb796011.pubproperty(en-us,MSDN.10).gif Ports
Array of single queue ports for each generic type in this port instance

Remarks

If the mode of operation is PortSetMode.SharedPort, the single shared port instance is returned
(Inherited from PortSet.)
Bb796011.pubproperty(en-us,MSDN.10).gif SharedPort
Shared port instance for all generic type arguments of this instance

Remarks

Valid if the mode of operation is PortSetMode.SharedPort, null otherwise
(Inherited from PortSet.)

See Also

TestBaseOperations Class

Microsoft.Dss.Services.Test Namespace