Show / Hide Table of Contents

Class ModuleInitializer

Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded.

Inheritance
System.Object
ModuleInitializer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class ModuleInitializer

Fields

| Improve this Doc View Source

Exception

Contains the exception when initialization of libvips fails.

Declaration
public static Exception Exception
Field Value
Type Description
System.Exception
| Improve this Doc View Source

Version

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

Declaration
public static int? Version
Field Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

VipsInitialized

Is vips initialized?

Declaration
public static bool VipsInitialized
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Initialize()

Initializes the module.

Declaration
public static void Initialize()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX