The ModuleInfo..::..QueueInfo type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()()
Clones this ModuleInfo.QueueInfo instance.
Equals(Object)
Compares the given ModuleInfo..::..QueueInfo to the current instance.

QueueInfos are considered equal if they have the same name.

(Overrides Object..::..Equals(Object).)
GetCurrentQueueLength()()()()
Gets the maximum numbers of tuples that this queue can currently contain.
GetHashCode()()()()
Returns the hash value for this object.
(Overrides Object..::..GetHashCode()()()().)
GetMaxQueueLength()()()()
Gets the approximate number of tuples currently in this queue. This number is approximate since there can be multiple threads accessing the queue at the same time.
GetQueueName()()()()
Gets the name of this queue.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().)

See Also