Reflection.GetAssemblyPatch Method
Gets the assembly that is designated as a patch for the specified assembly.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)
Syntax
[MethodImplAttribute]
public static Assembly GetAssemblyPatch (
Assemblyassm
)
Parameters
- assm
The specified assembly.
Return Value
The patch assembly for the specified assembly.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
Reflection Class
Reflection Members
Microsoft.SPOT Namespace