CacheableStackObjectSize Property |
return the size of this object in bytes
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual uint ObjectSize { get; }
Public Overridable ReadOnly Property ObjectSize As UInteger
Get
public:
virtual property unsigned int ObjectSize {
unsigned int get ();
}
abstract ObjectSize : uint32 with get
override ObjectSize : uint32 with get
Property Value
Type:
UInt32Implements
IGFSerializableObjectSize
See Also