VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::Utils Class Reference
Some static utility methods. More...
#include <Utils.hpp>
Static Public Member Functions | |
| static MethodInfo ^ | LoadMethod (String^ assemblyPath, String^ typeName, String^ methodName) |
| Load a method from the given assembly path using the default constructor (if not a static method) of the given type. | |
| static MethodInfo ^ | LoadMethodFrom (String^ assemblyName, String^ typeName, String^ methodName) |
| Load a method from the given assembly name using the default constructor (if not a static method) of the given type. | |
Detailed Description
Some static utility methods.
Member Function Documentation
◆ LoadMethod()
|
static |
Load a method from the given assembly path using the default constructor (if not a static method) of the given type.
- Parameters
-
assemblyPath The path of the assembly. typeName The name of the class containing the method. methodName The name of the method.
- Returns
- The
System.Reflection.MethodInfofor the given method, or null if the method is not found.
◆ LoadMethodFrom()
|
static |
Load a method from the given assembly name using the default constructor (if not a static method) of the given type.
- Parameters
-
assemblyName The name of the assembly. typeName The name of the class containing the method. methodName The name of the method.
- Returns
- The
System.Reflection.MethodInfofor the given method, or null if the method is not found.
Apache Geode C++ Cache .NET API Documentation