Show / Hide Table of Contents

Class InvokeArgs

Base type for all invoke argument classes.

Inheritance
object
InputArgs
InvokeArgs
DictionaryInvokeArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public abstract class InvokeArgs : InputArgs

Fields

View Source

Empty

Declaration
public static readonly InvokeArgs Empty
Field Value
Type Description
InvokeArgs
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.