Show / Hide Table of Contents

    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
    Back to top Yet another C# modding swiss army knife.