Class MelonPlatformDomainAttribute
Inheritance
MelonPlatformDomainAttribute
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonPlatformDomainAttribute : Attribute
Constructors
MelonPlatformDomainAttribute(CompatibleDomains)
Declaration
public MelonPlatformDomainAttribute(MelonPlatformDomainAttribute.CompatibleDomains domain = CompatibleDomains.UNIVERSAL)
Parameters
Properties
Domain
Declaration
public MelonPlatformDomainAttribute.CompatibleDomains Domain { get; }
Property Value
Methods
IsCompatible(CompatibleDomains)
Declaration
public bool IsCompatible(MelonPlatformDomainAttribute.CompatibleDomains domain)
Parameters
Returns