Initialized the framework and allows for
real-time compoenents to be used. Initialize must be called before
any other real-time component are used.
| [Visual Basic .NET] |
|---|
Public Sub Initialize()
|
| [C#] |
|---|
public void Initialize();
|
| [Managed C++] |
|---|
public: void Initialize();
|
| [Java] |
|---|
public initialize();
|
| [Unmanaged C++] |
|---|
public: HRESULT Initialize();
|