DynamicInvokerT Properties | 
          
The DynamicInvokerT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocatedMemory | 
            Gets or sets a memory address allocated by AllocMemory.
              (Inherited from DisposableObject.) | |
| AllocatedMemorySize | 
            Gets or sets the byte length of the allocated memory
              (Inherited from DisposableObject.) | |
| Call | 
            Delegate which is converted from function pointer
              | |
| DllName | 
            Name of library to be loaded
              | |
| FunctionName | 
            Name of function to be called
              | |
| IsDisposed | 
            Gets a value indicating whether this instance has been disposed.
              (Inherited from DisposableObject.) | |
| IsEnabledDispose | 
            Gets or sets a value indicating whether you permit disposing this instance.
              (Inherited from DisposableObject.) | |
| PtrLib | 
            Pointer which retrieved by LoadLibrary
              | |
| PtrProc | 
            Pointer which retrieved by GetProcAddress
              |