Class MonoModOnPlatform
MonoMod on platform ("#ifdef PLATFORM") attribute. Apply it onto a type / method / field and it gets ignored on non-matching platforms.
Inheritance
System.Object
MonoModOnPlatform
Namespace: MonoMod
Assembly: MonoMod.dll
Syntax
public class MonoModOnPlatform : Attribute
Constructors
MonoModOnPlatform(Platform[])
Declaration
public MonoModOnPlatform(params Platform[] p)
Parameters
| Type | Name | Description |
|---|---|---|
| Platform[] | p |