RanorexRanorex Documentation
CacheSessionContext Class
NamespacesRanorex.CoreCacheSessionContext
Represents a scope wherein a CacheSession is active.
Declaration Syntax
C#Visual BasicVisual C++
public class CacheSessionContext : IDisposable
Public Class CacheSessionContext _
	Implements IDisposable
public ref class CacheSessionContext : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
CacheSessionContext(Boolean)
Creates a new context for a CacheSession.

CacheSessionContext()()()
Creates a new context for a CacheSession.

Dispose()()()
Disposes the current CacheSessionContext. If this context is the currently active CacheSessionContext, the new current context will be the context that has been replaced by this context.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Disposes this context on finalize if Dispose()()() has not been called yet.
(Overrides Object.Finalize()()().)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CacheSessionContext

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)