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.
ResolveEventHandler Delegate
Silverlight
This type can be used only by trusted applications. If you try to use its members in a partial-trust application, your code will throw a MethodAccessException exception. This type is security-critical, which restricts its use.
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
The resolved assembly, or null if the assembly cannot be resolved.
Assembly: mscorlib (in mscorlib.dll)
[SecurityCriticalAttribute] [ComVisibleAttribute(true)] public delegate Assembly ResolveEventHandler( Object sender, ResolveEventArgs args )
Parameters
- sender
- Type: System.Object
The source of the event.
- args
- Type: System.ResolveEventArgs
The event data.
Return Value
Type: System.Reflection.AssemblyThe resolved assembly, or null if the assembly cannot be resolved.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: