The SharedObject type exposes the following members.

Constructors

  NameDescription
Public methodSharedObject()()()()
Initializes a new instance of the SharedObject class
Public methodSharedObject(Stream)
Initializes a new instance of the SharedObject class
Public methodSharedObject(Dictionary<(Of <<'(String, Object>)>>), String, String, Boolean)
Initializes a new instance of the SharedObject class
Public methodSharedObject(Dictionary<(Of <<'(String, Object>)>>), String, String, Boolean, IPersistenceStore)
Initializes a new instance of the SharedObject class

Methods

  NameDescription
Public methodacquire
Public methodbeginUpdate()()()()
Public methodbeginUpdate(IEventListener)
Protected methodcheckRelease
Public methodclear
Public methodclose
Public methodDeliverSyncMessage
Public methoddeserialize
Public methodendUpdate
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodfilterNull (Inherited from AttributeStore.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAttribute(String) (Inherited from AttributeStore.)
Public methodgetAttribute(String, Object) (Overrides AttributeStore..::..getAttribute(String, Object).)
Public methodgetAttributeNames (Inherited from AttributeStore.)
Public methodgetAttributes (Inherited from AttributeStore.)
Public methodgetBoolAttribute (Inherited from AttributeStore.)
Public methodgetByteAttribute (Inherited from AttributeStore.)
Public methodgetData
Public methodgetDoubleAttribute (Inherited from AttributeStore.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetIntAttribute (Inherited from AttributeStore.)
Public methodgetLastModified
Public methodgetListAttribute (Inherited from AttributeStore.)
Public methodgetListeners
Public methodgetLongAttribute (Inherited from AttributeStore.)
Public methodgetMapAttribute (Inherited from AttributeStore.)
Public methodgetName
Public methodgetPath
Public methodgetSetAttribute (Inherited from AttributeStore.)
Public methodgetShortAttribute (Inherited from AttributeStore.)
Public methodgetStore
Public methodgetStringAttribute (Inherited from AttributeStore.)
Public methodgetType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetVersion
Public methodhasAttribute (Inherited from AttributeStore.)
Public methodisAcquired
Public methodisPersistent
Public methodisPersistentObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodnotifyModified
Public methodregister
Public methodrelease
Public methodremoveAttribute (Overrides AttributeStore..::..removeAttribute(String).)
Public methodremoveAttributes (Overrides AttributeStore..::..removeAttributes()()()().)
Public methodsendMessage
Protected methodsendUpdates
Public methodserialize
Public methodsetAttribute (Overrides AttributeStore..::..setAttribute(String, Object).)
Public methodsetAttributes(IDictionary<(Of <<'(String, Object>)>>)) (Overrides AttributeStore..::..setAttributes(IDictionary<(Of <<'(String, Object>)>>)).)
Public methodsetAttributes(IAttributeStore) (Overrides AttributeStore..::..setAttributes(IAttributeStore).)
Public methodsetName
Public methodsetPath
Public methodsetPersistent
Public methodsetStore
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodunregister

Fields

See Also