Information
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^)

 

Returns the assembly display name after policy has been applied.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
String^ ApplyPolicy(
	String^ assemblyName
)

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
Return to top
Show: