KernelTransaction Class |
Namespace: Alphaleonis.Win32.Filesystem
The KernelTransaction type exposes the following members.
Name | Description | |
---|---|---|
KernelTransaction | Initializes a new instance of the KernelTransaction class with a default security descriptor, infinite timeout and no description. | |
KernelTransaction(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.
| |
KernelTransaction(UInt32, String) | Initializes a new instance of the KernelTransaction class with a default security descriptor. | |
KernelTransaction(ObjectSecurity, UInt32, String) | Initializes a new instance of the KernelTransaction class. |
Name | Description | |
---|---|---|
Commit | Requests that the specified transaction be committed. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
Rollback | Requests that the specified transaction be rolled back. This function is synchronous. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
SafeHandle | Gets the safe handle. |