summaryrefslogtreecommitdiff
path: root/.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml')
-rwxr-xr-x.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml b/.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml
new file mode 100755
index 0000000000..4912970eaa
--- /dev/null
+++ b/.dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/ref/netcoreapp3.1/System.Reflection.DispatchProxy.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<doc>
+ <assembly>
+ <name>System.Reflection.DispatchProxy</name>
+ </assembly>
+ <members>
+ <member name="T:System.Reflection.DispatchProxy">
+ <summary>Provides a mechanism for instantiating proxy objects and handling their method dispatch.</summary>
+ </member>
+ <member name="M:System.Reflection.DispatchProxy.#ctor" />
+ <member name="M:System.Reflection.DispatchProxy.Create``2">
+ <summary>Creates an object instance that derives from class <typeparamref name="TProxy" /> and implements interface <typeparamref name="T" />.</summary>
+ <typeparam name="T">The interface the proxy should implement.</typeparam>
+ <typeparam name="TProxy">The base class to use for the proxy class.</typeparam>
+ <returns>An object instance that implements <typeparamref name="T" />.</returns>
+ <exception cref="T:System.ArgumentException">
+ <typeparamref name="T" /> is a class, or <typeparamref name="TProxy" /> is sealed or does not have a parameterless constructor.</exception>
+ </member>
+ <member name="M:System.Reflection.DispatchProxy.Invoke(System.Reflection.MethodInfo,System.Object[])">
+ <summary>Whenever any method on the generated proxy type is called, this method is invoked to dispatch control.</summary>
+ <param name="targetMethod">The method the caller invoked.</param>
+ <param name="args">The arguments the caller passed to the method.</param>
+ <returns>The object to return to the caller, or <see langword="null" /> for void methods.</returns>
+ </member>
+ </members>
+</doc> \ No newline at end of file