Class MelonProcessAttribute
Inheritance
MelonProcessAttribute
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class MelonProcessAttribute : Attribute
Constructors
MelonProcessAttribute(string)
Declaration
public MelonProcessAttribute(string exe_name = null)
Parameters
Type |
Name |
Description |
string |
exe_name |
|
Properties
EXE_Name
Name of the Game's Executable without the '.exe' extension.
Declaration
public string EXE_Name { get; }
Property Value
Universal
If the Attribute is set as Universal or not.
Declaration
public bool Universal { get; }
Property Value
Methods
IsCompatible(string)
Checks if the Attribute is compatible with processName
or not.
Declaration
public bool IsCompatible(string processName)
Parameters
Type |
Name |
Description |
string |
processName |
|
Returns