|
static |
IStreamableImplmentingClass | Type of class that is implementing IStreamable. An instance of it will be created then ReadFromStream will be invoked. |
readStream | Stream to read from. This data will fill the newly created object. |
constructorParams | this parameter's array of objects will be passed to the Activator.CreateInstance functions as parameters to T's constructor. No checking is performed to ensure validity before attempting instantiation.. |
IStreamableImplmentingClass | : | IStreamable |
References IStreamable.ReadFromStream().