docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InvokerBase

    Inheritance
    object
    InvokerBase
    InstanceInvokerBase<TTarget>
    StaticInvokerBase
    Implements
    IOptimizedInvoker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public abstract class InvokerBase : IOptimizedInvoker

    Constructors

    InvokerBase(MethodInfo)

    Declaration
    protected InvokerBase(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    Fields

    methodInfo

    Declaration
    protected readonly MethodInfo methodInfo
    Field Value
    Type Description
    MethodInfo

    targetType

    Declaration
    protected readonly Type targetType
    Field Value
    Type Description
    Type

    Methods

    Compile()

    Declaration
    public void Compile()

    CompileExpression()

    Declaration
    protected abstract void CompileExpression()

    CreateDelegate()

    Declaration
    protected abstract void CreateDelegate()

    GetParameterExpressions()

    Declaration
    protected ParameterExpression[] GetParameterExpressions()
    Returns
    Type Description
    ParameterExpression[]

    GetParameterTypes()

    Declaration
    protected abstract Type[] GetParameterTypes()
    Returns
    Type Description
    Type[]

    Invoke(object)

    Declaration
    public virtual object Invoke(object target)
    Parameters
    Type Name Description
    object target
    Returns
    Type Description
    object

    Invoke(object, object)

    Declaration
    public virtual object Invoke(object target, object arg0)
    Parameters
    Type Name Description
    object target
    object arg0
    Returns
    Type Description
    object

    Invoke(object, object, object)

    Declaration
    public virtual object Invoke(object target, object arg0, object arg1)
    Parameters
    Type Name Description
    object target
    object arg0
    object arg1
    Returns
    Type Description
    object

    Invoke(object, object, object, object)

    Declaration
    public virtual object Invoke(object target, object arg0, object arg1, object arg2)
    Parameters
    Type Name Description
    object target
    object arg0
    object arg1
    object arg2
    Returns
    Type Description
    object

    Invoke(object, object, object, object, object)

    Declaration
    public virtual object Invoke(object target, object arg0, object arg1, object arg2, object arg3)
    Parameters
    Type Name Description
    object target
    object arg0
    object arg1
    object arg2
    object arg3
    Returns
    Type Description
    object

    Invoke(object, object, object, object, object, object)

    Declaration
    public virtual object Invoke(object target, object arg0, object arg1, object arg2, object arg3, object arg4)
    Parameters
    Type Name Description
    object target
    object arg0
    object arg1
    object arg2
    object arg3
    object arg4
    Returns
    Type Description
    object

    Invoke(object, params object[])

    Declaration
    public abstract object Invoke(object target, params object[] args)
    Parameters
    Type Name Description
    object target
    object[] args
    Returns
    Type Description
    object

    VerifyArgument<TParam>(MethodInfo, int, object)

    Declaration
    protected void VerifyArgument<TParam>(MethodInfo methodInfo, int argIndex, object arg)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    int argIndex
    object arg
    Type Parameters
    Name Description
    TParam

    VerifyTarget(object)

    Declaration
    protected abstract void VerifyTarget(object target)
    Parameters
    Type Name Description
    object target

    Implements

    IOptimizedInvoker

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)