The DPSManager type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddDataProcessor |
Allows the addition of DataProcessors which are not auto detected. Use only if the assembly
in which the DataProcessor is defined is not in the working directory (including subfolders)
or if automatic detection is not supported on your platform.
| |
AddDataSerializer |
Allows the addition of DataSerializers which are not auto detected. Use only if the assembly
in which the DataSerializer is defined is not in the working directory (including subfolders)
or if automatic detection is not supported on your platform
| |
CreateSerializerDataProcessorIdentifier | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDataProcessor(Byte) |
Retrieves the singleton instance of the DataProcessor corresponding to a given id
| |
GetDataProcessor T |
Retrieves the singleton instance of the DataProcessor with Type T
| |
GetDataSerializer(Byte) |
Retrieves the singleton instance of the DataSerializer corresponding to a given id
| |
GetDataSerializer T |
Retrieves the singleton instance of the DataSerializer with Type T
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSerializerDataProcessorsFromIdentifier |
Takes an identifier generated using CreateSerializerDataProcessorIdentifier(DataSerializer, List DataProcessor ) and returns
the DataSerializer and set of DataProcessors used to generate the identifier
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also