Struct Introspect.Argument
An object structure that encapsulates the metadata required to specify arguments.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct Argument
Fields
| Improve this Doc View SourceFlags
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 |
---|---|
System.String |
Type
The GType for this argument.
Declaration
public IntPtr Type
Field Value
Type | Description |
---|---|
System.IntPtr |