Show / Hide Table of Contents

Class ModuleInitializer

All code inside the Initialize() method is ran as soon as the assembly is loaded.

Inheritance
object
ModuleInitializer
Inherited Members
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 static class ModuleInitializer

Fields

Exception

Contains the exception when initialization of libvips fails.

Declaration
public static Exception Exception
Field Value
Type Description
Exception

Version

Could contain the version number of libvips in an 3-bytes integer.

Declaration
public static int? Version
Field Value
Type Description
int?

VipsInitialized

Is vips initialized?

Declaration
public static bool VipsInitialized
Field Value
Type Description
bool

Methods

Initialize()

Initializes the module.

Declaration
public static void Initialize()
In this article
Back to top Generated by DocFX