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
SubModuleInfoisDangerous
boolverifyInformation
stringsize
uint
Properties
IsDangerous
public bool IsDangerous { get; }
Property Value
Size
public uint Size { get; }
Property Value
SubModule
public SubModuleInfo SubModule { get; }
Property Value
VerifyInformation
public string VerifyInformation { get; }
Property Value
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).