BepInProcess Class
Definition
Section titled “Definition”This attribute specifies which processes this plugin should be run for. Not specifying this attribute will load the plugin under every process.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]public class BepInProcess : Attribute
Inheritance object → Attribute
Constructors
Section titled “Constructors”BepInProcess(string)
Section titled “BepInProcess(string)”public BepInProcess(string ProcessName)
Parameters
Section titled “Parameters”ProcessName
string
The name of the process that this plugin will run under.
Properties
Section titled “Properties”ProcessName
Section titled “ProcessName”The name of the process that this plugin will run under.
public string ProcessName { get; protected set; }