MemoryFactory Class

Definition

Memory Factory for creating an object that implements IMemory interface.

public static class MemoryFactory
type MemoryFactory = class
Public Class MemoryFactory
Inheritance
MemoryFactory

Methods

Name Description
Create(Object)

Get an appropriate IMemory implementation for an object.

Applies to