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 | |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() ![]() | GetDataProcessor(Byte) |
Retrieves the singleton instance of the DataProcessor corresponding to a given id
|
![]() ![]() | GetDataProcessor T | |
![]() ![]() | GetDataSerializer(Byte) |
Retrieves the singleton instance of the DataSerializer corresponding to a given id
|
![]() ![]() | GetDataSerializer T | |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() ![]() | GetSerializerDataProcessorsFromIdentifier |
Takes an identifier generated using CreateSerializerDataProcessorIdentifier(DataSerializer, List DataProcessor ) and returns
the DataSerializer and set of DataProcessors used to generate the identifier
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also