The Toolbox type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | CopyMatrix<(Of <<'(D>)>>)(IntPtr, array<array<D>[]()[][]>[]()[][]) |
Copy a jagged two dimensional array from the unmanaged memory
|
![]() ![]() | CopyMatrix<(Of <<'(D>)>>)(array<array<D>[]()[][]>[]()[][], IntPtr) |
Copy a jagged two dimensional array to the unmanaged memory
|
![]() ![]() | CopyVector<(Of <<'(D>)>>)(array<D>[]()[][], IntPtr) |
Copy a generic vector to the unmanaged memory
|
![]() ![]() | ExecuteCmd(String, String) |
Call a command from command line
|
![]() ![]() | FreeLibrary(IntPtr) |
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(Type, String) |
Use reflection to find the base type. If such type do not exist, null is returned
|
![]() ![]() | JoinInterpolatables<(Of <<'(T>)>>)(array<IEnumerable<(Of <<'(T>)>>)>[]()[][]) |
Joining multiple index ascending IInterpolatables together as a single index ascending IInterpolatable.
|
![]() ![]() | LinearInterpolate<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Perform first degree interpolation give the sorted data src and the interpolation indexes |
![]() ![]() | LinearSubsample<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Double) |
Get subsamples with the specific rate
|
![]() ![]() | LoadLibrary(String) |
Maps the specified executable module into the address space of the calling process.
|
![]() ![]() | memcpy(IntPtr, IntPtr, Int32) |
memcpy function
|
![]() ![]() | MergeBytes(array<Byte>[]()[][], array<Byte>[]()[][]) |
Merges two byte vector into one
|
![]() ![]() | SetDllDirectory(String) |
Adds a directory to the search path used to locate DLLs for the application
|
![]() ![]() | ToBytes<(Of <<'(D>)>>)(array<D>[]()[][]) |
Convert some generic vector to vector of Bytes
|
![]() ![]() | XmlDeserialize<(Of <<'(T>)>>)(XmlDocument) |
Convert an xml document to an object
|
![]() ![]() | XmlDeserialize<(Of <<'(T>)>>)(XmlDocument, array<Type>[]()[][]) |
Convert an xml document to an object
|
![]() ![]() | XmlSerialize<(Of <<'(T>)>>)(T) |
Convert an object to an xml document
|
![]() ![]() | XmlSerialize<(Of <<'(T>)>>)(T, array<Type>[]()[][]) |
Convert an object to an xml document
|
![]() ![]() | XmlStringDeserialize<(Of <<'(T>)>>)(String) |
Convert an xml string to an object
|