Table of Contents

Class LauncherDLLData

Namespace
TaleWorlds.MountAndBlade.Launcher.Library
Assembly
TaleWorlds.MountAndBlade.Launcher.Library.dll
public class LauncherDLLData
Inheritance
LauncherDLLData
Inherited Members

Constructors

LauncherDLLData(SubModuleInfo, bool, string, uint)

public LauncherDLLData(SubModuleInfo subModule, bool isDangerous, string verifyInformation, uint size)

Parameters

subModule SubModuleInfo
isDangerous bool
verifyInformation string
size uint

Properties

IsDangerous

public bool IsDangerous { get; }

Property Value

bool

Size

public uint Size { get; }

Property Value

uint

SubModule

public SubModuleInfo SubModule { get; }

Property Value

SubModuleInfo

VerifyInformation

public string VerifyInformation { get; }

Property Value

string

Methods

SetDLLSize(uint)

public void SetDLLSize(uint size)

Parameters

size uint

SetDLLVerifyInformation(string)

public void SetDLLVerifyInformation(string info)

Parameters

info string

SetIsDLLDangerous(bool)

public void SetIsDLLDangerous(bool isDangerous)

Parameters

isDangerous bool

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