Pchp.Core.PhpResource.FreeManaged C# (CSharp) Méthode

FreeManaged() protected méthode

Override this virtual method in your descendants to perform cleanup of Managed resources - those having a Finalizer of their own.
Note that when Disposing explicitly, both FreeManaged and FreeUnmanaged are called.
protected FreeManaged ( ) : void
Résultat void
        protected virtual void FreeManaged()
        {
        }