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 nullptr if the assembly cannot be resolved.
Assembly: mscorlib (in mscorlib.dll)
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 nullptr 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
ADD
Show: