Runtime.DynamicRegistrationSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.