Static Public Member Functions | |
| static MethodInfo^ | LoadMethod (String^ assemblyPath, String^ typeName, String^ methodName) |
| static MethodInfo^ | LoadMethodFrom (String^ assemblyName, String^ typeName, String^ methodName) |
Properties | |
| static int32_t | LastError [get] |
| static MethodInfo ^ GemStone::GemFire::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.
| assemblyPath | The path of the assembly. | |
| typeName | The name of the class containing the method. | |
| methodName | The name of the method. |
System.Reflection.MethodInfo for the given method, or null if the method is not found. | static MethodInfo ^ GemStone::GemFire::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.
| assemblyName | The name of the assembly. | |
| typeName | The name of the class containing the method. | |
| methodName | The name of the method. |
System.Reflection.MethodInfo for the given method, or null if the method is not found.
int32_t GemStone::GemFire::Utils::LastError [static, get] |
Utility method to get the calling thread's last system error code.