C# Class OffregLib.OffregBase

Inheritance: IDisposable
Datei anzeigen Open project: steve4444/RegInject

Protected Properties

Property Type Description
_intPtr IntPtr

Public Methods

Method Description
Close ( ) : void

Closes the object and releases the unmanaged ressources.

Dispose ( ) : void

Disposes the object and releases the unmanaged ressources.

Method Details

Close() public abstract method

Closes the object and releases the unmanaged ressources.
public abstract Close ( ) : void
return void

Dispose() public abstract method

Disposes the object and releases the unmanaged ressources.
public abstract Dispose ( ) : void
return void

Property Details

_intPtr protected_oe property

The internal handle for the unmanaged object.
protected IntPtr _intPtr
return IntPtr