Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Allows the host to specify the type of redirection the common language runtime (CLR) should perform when applying policy modifications from a source assembly to a target assembly.
typedef enum _hostBindingPolicyModifyFlags {
HOST_BINDING_POLICY_MODIFY_DEFAULT = 0,
HOST_BINDING_POLICY_MODIFY_CHAIN = 1,
HOST_BINDING_POLICY_MODIFY_REMOVE = 2,
HOST_BINDING_POLICY_MODIFY_MAX = 3
} EHostBindingPolicyModifyFlags;
Member | Description |
---|---|
HOST_BINDING_POLICY_MODIFY_CHAIN |
Specifies that the CLR will chain policy values of the source assembly onto those of the target assembly. |
HOST_BINDING_POLICY_MODIFY_DEFAULT |
Specifies that the CLR will perform the default action. |
HOST_BINDING_POLICY_MODIFY_MAX |
Specifies that the CLR will set the policy values of the target assembly to the maximum values. |
HOST_BINDING_POLICY_MODIFY_REMOVE |
Specifies that the CLR will replace policy values of the target assembly with those of the source assembly. |
The ICLRHostBindingPolicyManager::ModifyApplicationPolicy method takes a parameter of type EHostBindingPolicyModifyFlags
.
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now