Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Core.NativeLibrary Class Reference

Static Public Member Functions

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...
 

Public Attributes

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...
 

Detailed Description

Definition at line 10 of file NativeLibrary.cs.

Member Function Documentation

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
libraryNameName of the library.
Exceptions
System.InvalidOperationException

Definition at line 44 of file NativeLibrary.cs.

Member Data Documentation

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: