The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppDomain::ApplyPolicy Method (String^)
.NET Framework (current version)
Returns the assembly display name after policy has been applied.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyName
-
Type:
System::String^
The assembly display name, in the form provided by the Assembly::FullName property.
Return Value
Type: System::String^A string containing the assembly display name after policy has been applied.
The ApplyPolicy method takes an assembly display name and returns the post-policy display name. This is useful if you need to load an assembly using policy, because the reflection-only context does not apply policy.
.NET Framework
Available since 2.0
Available since 2.0
Show: