Class ModuleInitializer
All code inside the Initialize() method is ran as soon as the assembly is loaded.
Inherited Members
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()