Struct Introspect.Argument
An object structure that encapsulates the metadata required to specify arguments.
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct Introspect.Argument
Fields
Flags
Flags for this argument.
Declaration
public Enums.ArgumentFlags Flags
Field Value
Type | Description |
---|---|
Enums.ArgumentFlags |
Name
Name of this argument.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Type
The GType for this argument.
Declaration
public nint Type
Field Value
Type | Description |
---|---|
nint |