Runtime.DynamicRegistrationSupported Property

Definition

If dynamic registration is supported.

public static bool DynamicRegistrationSupported { get; }
member this.DynamicRegistrationSupported : bool

Property Value

If dynamic registration is supported.

Remarks

At build time the managed linker can in some cases determine whether dynamic registration is required or not, and if not, it can optimize away the code to support dynamic registration (to minimize app size). If support for dynamic registration has been removed by the linker, this property will return false.

Applies to

See also