|
| static void | PreloadLibrary (string libraryName) |
| | Try to preload the library. This is useful when we want to have AnyCPU .NET and CPU-specific native code. Only available on Windows for now. More...
|
| |
|
| const string | LibraryName = "libcore.dll" |
| | Defines the location of the core native DLL. More...
|
| |
| const CallingConvention | CallConvention = CallingConvention.Cdecl |
| | Defines the calling convention for P/Invoking the native core methods. More...
|
| |
Definition at line 10 of file NativeLibrary.cs.
| static void SiliconStudio.Core.NativeLibrary.PreloadLibrary |
( |
string |
libraryName | ) |
|
|
static |
Try to preload the library. This is useful when we want to have AnyCPU .NET and CPU-specific native code. Only available on Windows for now.
- Parameters
-
| libraryName | Name of the library. |
- Exceptions
-
| System.InvalidOperationException | |
Definition at line 44 of file NativeLibrary.cs.
| const CallingConvention SiliconStudio.Core.NativeLibrary.CallConvention = CallingConvention.Cdecl |
Defines the calling convention for P/Invoking the native core methods.
Definition at line 35 of file NativeLibrary.cs.
| const string SiliconStudio.Core.NativeLibrary.LibraryName = "libcore.dll" |
Defines the location of the core native DLL.
Definition at line 29 of file NativeLibrary.cs.
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/core/SiliconStudio.Core/NativeLibrary.cs