Click or drag to resize
Utils Class

Note: This API is now obsolete.

Some static utility methods.
Inheritance Hierarchy
SystemObject
  GemStone.GemFireUtils

Namespace: GemStone.GemFire
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public static class Utils

The Utils type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLastError
Utility method to get the calling thread's last system error code.
Top
Methods
  NameDescription
Public methodStatic memberLoadMethod
Load a method from the given assembly path using the default constructor (if not a static method) of the given type.
Public methodStatic memberLoadMethodFrom
Load a method from the given assembly name using the default constructor (if not a static method) of the given type.
Top
See Also