Syntax
| C# |
|---|
public static class Utils |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Utils |
| Visual C++ |
|---|
public ref class Utils abstract sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| LoadMethod |
Load a method from the given assembly path using the default
constructor (if not a static method) of the given type.
| |
| LoadMethodFrom |
Load a method from the given assembly name using the default
constructor (if not a static method) of the given type.
|
Public Properties
| Name | Description | |
|---|---|---|
| LastError |
Utility method to get the calling thread's last system error code.
|
See Also
GemStone.GemFire Namespace