KestrunRuntimeInfo.Supports method (1 of 2)

True if the loaded Kestrun assembly supports the feature, considering both build-time TFM and runtime requirements.

public static bool Supports(KnownFeature feature)

See Also


KestrunRuntimeInfo.Supports method (2 of 2)

True if the loaded Kestrun assembly supports the feature, considering both build-time TFM and runtime requirements. Unknown names return false.

public static bool Supports(string featureName)

See Also