Apache Geode Native .NET Reference 1.15.0
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. More...
 
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. More...
 

Detailed Description

Some static utility methods.

Member Function Documentation

◆ LoadMethod()

static MethodInfo ^ Apache::Geode::Client::Utils::LoadMethod ( String^  assemblyPath,
String^  typeName,
String^  methodName 
)
static

Load a method from the given assembly path using the default constructor (if not a static method) of the given type.

Parameters
assemblyPathThe path of the assembly.
typeNameThe name of the class containing the method.
methodNameThe name of the method.
Returns
The System.Reflection.MethodInfo for the given method, or null if the method is not found.

◆ LoadMethodFrom()

static MethodInfo ^ Apache::Geode::Client::Utils::LoadMethodFrom ( String^  assemblyName,
String^  typeName,
String^  methodName 
)
static

Load a method from the given assembly name using the default constructor (if not a static method) of the given type.

Parameters
assemblyNameThe name of the assembly.
typeNameThe name of the class containing the method.
methodNameThe name of the method.
Returns
The System.Reflection.MethodInfo for the given method, or null if the method is not found.

Apache Geode C++ Cache .NET API Documentation