Show / Hide Table of Contents

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 Source

Flags

Flags for this argument.

Declaration
public Enums.ArgumentFlags Flags
Field Value
Type Description
Enums.ArgumentFlags
| Improve this Doc View Source

Name

Name of this argument.

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Type

The GType for this argument.

Declaration
public IntPtr Type
Field Value
Type Description
System.IntPtr
  • Improve this Doc
  • View Source
Back to top Generated by DocFX