Table of Contents

Method Has

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

Has(RuntimeFeature)

Checks whether or not this collection has the provided set of RuntimeFeature flags.
public bool Has(RuntimeFeature feature)

Parameters

feature RuntimeFeature
The feature flags to check.

Returns

bool
true if this collection has all requested flags; false otherwise.

Has(ArchitectureFeature)

Checks whether or not this collection has the provided set of ArchitectureFeature flags.
public bool Has(ArchitectureFeature feature)

Parameters

feature ArchitectureFeature
The feature flags to check.

Returns

bool
true if this collection has all requested flags; false otherwise.

Has(SystemFeature)

Checks whether or not this collection has the provided set of SystemFeature flags.
public bool Has(SystemFeature feature)

Parameters

feature SystemFeature
The feature flags to check.

Returns

bool
true if this collection has all requested flags; false otherwise.