C# Class OffregLib.OffregBase

Inheritance: IDisposable
Afficher le fichier Open project: steve4444/RegInject

Protected Properties

Свойство Type Description
_intPtr IntPtr

Méthodes publiques

Méthode 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 méthode

Closes the object and releases the unmanaged ressources.
public abstract Close ( ) : void
Résultat void

Dispose() public abstract méthode

Disposes the object and releases the unmanaged ressources.
public abstract Dispose ( ) : void
Résultat void

Property Details

_intPtr protected_oe property

The internal handle for the unmanaged object.
protected IntPtr _intPtr
Résultat IntPtr