Click or drag to resize
ReceiverFormatManager Class
The default implementation of IReceiverFormatManager.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Library.ListenerReceiverFormatManager

Namespace: VirtualRadar.Library.Listener
Assembly: VirtualRadar.Library (in VirtualRadar.Library.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ReceiverFormatManager : IReceiverFormatManager, 
	ISingleton<IReceiverFormatManager>

The ReceiverFormatManager type exposes the following members.

Constructors
  NameDescription
Public methodReceiverFormatManager
Initializes a new instance of the ReceiverFormatManager class
Top
Properties
  NameDescription
Public propertySingleton
See interface docs.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProvider
See interface docs.
Public methodGetRegisteredFormats
See interface docs.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialise
See interface docs.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterProvider
See interface docs.
Public methodShortName
See interface docs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also