Table of Contents

Class RuntimeFeature

Namespace
System.Runtime.CompilerServices
Assembly
mscorlib.dll

Defines APIs to determine whether specific features are supported by the common language runtime.

public static class RuntimeFeature
Inheritance
RuntimeFeature
Inherited Members

Fields

DefaultImplementationsOfInterfaces

Indicates that this version of runtime supports default interface method implementations.

public const string DefaultImplementationsOfInterfaces = "DefaultImplementationsOfInterfaces"

Field Value

string

Methods

IsSupported(string)

Checks whether a certain feature is supported by the Runtime.

public static bool IsSupported(string feature)

Parameters

feature string

Returns

bool