Overload | Description |
---|---|
MemoryFile Constructor() | Initializes a new instance of the MemoryFile class, using a unique root name and filename. |
MemoryFile Constructor(String) | Initializes a new instance of the MemoryFile class specifying its full name. |
MemoryFile Constructor(String,String) | Initializes a new instance of the MemoryFile class specifying its root name and filename. |