Table of Contents

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 Delegate
passManagedCallbackMethod Delegate
gameApiDllName string
gameApiTypeName string
currentPlatform Platform

LoadAsHostedByNative(IntPtr, IntPtr, string, string, Platform)

public void LoadAsHostedByNative(IntPtr passManagedInitializeMethodPointer, IntPtr passManagedCallbackMethodPointer, string gameApiDllName, string gameApiTypeName, Platform currentPlatform)

Parameters

passManagedInitializeMethodPointer IntPtr
passManagedCallbackMethodPointer IntPtr
gameApiDllName string
gameApiTypeName string
currentPlatform Platform

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).