Class CustomImplementationFactory

CustomImplementationFactory class

Factory to create some instances which may be re-implemented by user for special purpose.

public class CustomImplementationFactory

Constructors

NameDescription
CustomImplementationFactory()The default constructor.

Methods

NameDescription
virtual CreateCultureInfo(int)Create one CultureInfo by given id.
virtual CreateMemoryStream()Create one instance of MemoryStream or custom implementation of MemoryStream.
virtual CreateMemoryStream(int)Create one instance of MemoryStream or custom implementation of MemoryStream.
virtual CreateRandomInstance()Create one instance of random number generator.

See Also