Show / Hide Table of Contents

Class Connection

The abstract base Connection class.

Inheritance
object
CriticalFinalizerObject
SafeHandle
GObject
VipsObject
Connection
Source
Target
Implements
IDisposable
Inherited Members
VipsObject.OnPostClose
VipsObject.GetTypeOf(string)
VipsObject.GetBlurb(string)
VipsObject.GetDescription()
GObject.SignalConnect<T>(string, T, nint)
GObject.SignalHandlerDisconnect(ulong)
GObject.SignalHandlersDisconnectByFunc<T>(T, nint)
GObject.SignalHandlersDisconnectByData(nint)
GObject.ReleaseHandle()
GObject.IsInvalid
SafeHandle.handle
SafeHandle.Close()
SafeHandle.DangerousAddRef(ref bool)
SafeHandle.DangerousGetHandle()
SafeHandle.DangerousRelease()
SafeHandle.Dispose()
SafeHandle.Dispose(bool)
SafeHandle.SetHandle(IntPtr)
SafeHandle.SetHandleAsInvalid()
SafeHandle.IsClosed
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public abstract class Connection : VipsObject, IDisposable

Methods

GetFileName()

Get the filename associated with a connection. Return null if there is no associated file.

Declaration
public string GetFileName()
Returns
Type Description
string

The filename associated with this connection or null.

GetNick()

Make a human-readable name for a connection suitable for error messages.

Declaration
public string GetNick()
Returns
Type Description
string

The human-readable name for this connection.

Implements

IDisposable
In this article
Back to top Generated by DocFX