Show / Hide Table of Contents

Struct Introspect.Argument

An object structure that encapsulates the metadata required to specify arguments.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX