Method GetDynamicDataPtr
GetDynamicDataPtr(byte*, int, int)
Retrieve the dynamic buffer history slot pointer
Declaration
public static byte* GetDynamicDataPtr(byte* dynamicDataBuffer, int historyPosition, int bufferLength)
Parameters
| Type | Name | Description |
|---|---|---|
| byte* | dynamicDataBuffer | |
| int | historyPosition | |
| int | bufferLength |
Returns
| Type | Description |
|---|---|
| byte* |
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException | |
| InvalidOperationException |