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
subModuleSubModuleInfoisDangerousboolverifyInformationstringsizeuint
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
sizeuint
SetDLLVerifyInformation(string)
public void SetDLLVerifyInformation(string info)
Parameters
infostring
SetIsDLLDangerous(bool)
public void SetIsDLLDangerous(bool isDangerous)
Parameters
isDangerousbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).