Click or drag to resize
KernelTransaction Class
A KTM transaction object for use with the transacted operations in Alphaleonis.Win32.Filesystem
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Alphaleonis.Win32.FilesystemKernelTransaction

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public sealed class KernelTransaction : MarshalByRefObject, 
	IDisposable

The KernelTransaction type exposes the following members.

Constructors
  NameDescription
Public methodKernelTransaction
Initializes a new instance of the KernelTransaction class with a default security descriptor, infinite timeout and no description.
Public methodKernelTransaction(Transaction)
Initializes a new instance of the KernelTransaction class, internally using the specified Transaction. This method allows the usage of methods accepting a KernelTransaction with an instance of Transaction.
Public methodKernelTransaction(UInt32, String)
Initializes a new instance of the KernelTransaction class with a default security descriptor.
Public methodKernelTransaction(ObjectSecurity, UInt32, String)
Initializes a new instance of the KernelTransaction class.
Top
Methods
  NameDescription
Public methodCommit
Requests that the specified transaction be committed.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRollback
Requests that the specified transaction be rolled back. This function is synchronous.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertySafeHandle
Gets the safe handle.
Top
See Also