Class GameApplicationDomainController
- Namespace
- TaleWorlds.DotNet
- Assembly
- TaleWorlds.DotNet.dll
public class GameApplicationDomainController : MarshalByRefObject
- Inheritance
-
GameApplicationDomainController
- Inherited Members
Constructors
GameApplicationDomainController()
public GameApplicationDomainController()
GameApplicationDomainController(bool)
public GameApplicationDomainController(bool newApplicationDomain)
Parameters
newApplicationDomain
bool
Methods
Load(Delegate, Delegate, string, string, Platform)
public void Load(Delegate passManagedInitializeMethod, Delegate passManagedCallbackMethod, string gameApiDllName, string gameApiTypeName, Platform currentPlatform)
Parameters
passManagedInitializeMethod
DelegatepassManagedCallbackMethod
DelegategameApiDllName
stringgameApiTypeName
stringcurrentPlatform
Platform
LoadAsHostedByNative(IntPtr, IntPtr, string, string, Platform)
public void LoadAsHostedByNative(IntPtr passManagedInitializeMethodPointer, IntPtr passManagedCallbackMethodPointer, string gameApiDllName, string gameApiTypeName, Platform currentPlatform)
Parameters
passManagedInitializeMethodPointer
IntPtrpassManagedCallbackMethodPointer
IntPtrgameApiDllName
stringgameApiTypeName
stringcurrentPlatform
Platform
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).