The Toolbox type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyMatrix | Overloaded. | |
| CopyVector<(Of <(D>)>) |
Copy a generic vector to the unmanaged memory
| |
| ExecuteCmd |
Call a command from command line
| |
| FreeLibrary |
Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid
| |
| GetBaseType |
Use reflection to find the base type. If such type do not exist, null is returned
| |
| LoadLibrary |
Maps the specified executable module into the address space of the calling process.
| |
| memcpy |
memcpy function
| |
| MergeBytes |
Merges two byte vector into one
| |
| SetDllDirectory |
Adds a directory to the search path used to locate DLLs for the application
| |
| ToBytes<(Of <(D>)>) |
Convert some generic vector to vector of Bytes
| |
| XmlDeserialize | Overloaded. | |
| XmlSerialize | Overloaded. | |
| XmlStringDeserialize<(Of <(T>)>) |
Convert an xml string to an object
|