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 SourceException
Contains the exception when initialization of libvips fails.
Declaration
public static Exception Exception
Field Value
Type | Description |
---|---|
System.Exception |
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> |
VipsInitialized
Is vips initialized?
Declaration
public static bool VipsInitialized
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Initializes the module.
Declaration
public static void Initialize()