Class MonoModTargetModule
MonoMod target module attribute. Apply it onto a type and it will only be patched in the target module. Important: This attribute acts as a filter. It doesn't affect any other module than the input module. For example, one can define the target assembly version using MonoModTargetModule, or use the same MonoMod mod on multiple differing input assemblies.
Inheritance
System.Object
MonoModTargetModule
Namespace: MonoMod
Assembly: MonoMod.dll
Syntax
public class MonoModTargetModule : Attribute
Constructors
MonoModTargetModule(String)
Declaration
public MonoModTargetModule(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |