הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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.
Syntax
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;
Members
| 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. |
Remarks
The ICLRHostBindingPolicyManager::ModifyApplicationPolicy method takes a parameter of type EHostBindingPolicyModifyFlags.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.