The Segment type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | CopyByteArrayToSharedMemory | |
![]() | Dispose |
IDisposable.Dispose allow timely clean up and removed the need for finalization
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Finalizer to free up shared memory segment native handle
(Overrides Object..::..Finalize()()()().) |
![]() | GetData |
Returns the object graph stored in the shared memory segment
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Lock |
Provides a cross processs lock on the named mutex
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetData |
Stores serializable object graph in shared memory
|
![]() | ToString | (Inherited from Object.) |
![]() | Unlock |
Releases to cross process lock on the named mutex
|
Properties
Name | Description | |
---|---|---|
![]() | WaitHandle |
Provides access to the cross process waithandle
|