Search Results for

    Show / Hide Table of Contents

    Class InputArgument

    An input argument passed to a script function.

    Inheritance
    Object
    InputArgument
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA.Native
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public class InputArgument

    Constructors

    | Improve this Doc View Source

    InputArgument(IntPtr)

    Initializes a new instance of the InputArgument class to a script function input argument.

    Declaration
    public InputArgument(IntPtr value)
    Parameters
    Type Name Description
    IntPtr value

    The value.

    | Improve this Doc View Source

    InputArgument(Object)

    Initializes a new instance of the InputArgument class and converts a managed object to a script function input argument.

    Declaration
    public InputArgument(object value)
    Parameters
    Type Name Description
    Object value

    The object to convert.

    | Improve this Doc View Source

    InputArgument(UInt64)

    Initializes a new instance of the InputArgument class to a script function input argument.

    Declaration
    public InputArgument(ulong value)
    Parameters
    Type Name Description
    UInt64 value

    The pointer value.

    Methods

    | Improve this Doc View Source

    ToString()

    Converts the internal value of the argument to its equivalent string representation.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Operators

    | Improve this Doc View Source

    Implicit(OutputArgument to InputArgument)

    Declaration
    public static implicit operator InputArgument(OutputArgument value)
    Parameters
    Type Name Description
    OutputArgument value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Boolean to InputArgument)

    Declaration
    public static implicit operator InputArgument(bool value)
    Parameters
    Type Name Description
    Boolean value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Byte to InputArgument)

    Declaration
    public static implicit operator InputArgument(byte value)
    Parameters
    Type Name Description
    Byte value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Char* to InputArgument)

    Declaration
    public static implicit operator InputArgument(char *value)
    Parameters
    Type Name Description
    Char* value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Double to InputArgument)

    Declaration
    public static implicit operator InputArgument(double value)
    Parameters
    Type Name Description
    Double value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Enum to InputArgument)

    Declaration
    public static implicit operator InputArgument(Enum value)
    Parameters
    Type Name Description
    Enum value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Int16 to InputArgument)

    Declaration
    public static implicit operator InputArgument(short value)
    Parameters
    Type Name Description
    Int16 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Int32 to InputArgument)

    Declaration
    public static implicit operator InputArgument(int value)
    Parameters
    Type Name Description
    Int32 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Int64 to InputArgument)

    Declaration
    public static implicit operator InputArgument(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(IntPtr to InputArgument)

    Declaration
    public static implicit operator InputArgument(IntPtr value)
    Parameters
    Type Name Description
    IntPtr value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(SByte to InputArgument)

    Declaration
    public static implicit operator InputArgument(sbyte value)
    Parameters
    Type Name Description
    SByte value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Single to InputArgument)

    Declaration
    public static implicit operator InputArgument(float value)
    Parameters
    Type Name Description
    Single value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(String to InputArgument)

    Declaration
    public static implicit operator InputArgument(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(UInt16 to InputArgument)

    Declaration
    public static implicit operator InputArgument(ushort value)
    Parameters
    Type Name Description
    UInt16 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(UInt32 to InputArgument)

    Declaration
    public static implicit operator InputArgument(uint value)
    Parameters
    Type Name Description
    UInt32 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(UInt64 to InputArgument)

    Declaration
    public static implicit operator InputArgument(ulong value)
    Parameters
    Type Name Description
    UInt64 value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(Void* to InputArgument)

    Declaration
    public static implicit operator InputArgument(void *value)
    Parameters
    Type Name Description
    Void* value
    Returns
    Type Description
    InputArgument
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX