Search Results for

    Show / Hide Table of Contents

    Class DelegateGroup

    Inheritance
    Object
    DelegateGroup
    Implements
    CanGetDelegate
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.Reflection
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class DelegateGroup : CanGetDelegate

    Constructors

    DelegateGroup()

    Declaration
    public DelegateGroup()

    DelegateGroup(Type, String, BindingFlags, Object)

    Declaration
    public DelegateGroup(Type type, string methodName, BindingFlags flags, object target)
    Parameters
    Type Name Description
    Type type
    String methodName
    BindingFlags flags
    Object target

    Fields

    methods

    Declaration
    public MethodBase[] methods
    Field Value
    Type Description
    MethodBase[]

    target

    Declaration
    public object target
    Field Value
    Type Description
    Object

    Methods

    DynamicInvoke(Object[])

    Declaration
    public object DynamicInvoke(params object[] args)
    Parameters
    Type Name Description
    Object[] args
    Returns
    Type Description
    Object

    GetDelegate(Type)

    Declaration
    public Delegate GetDelegate(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Delegate

    MakeGenericMethod(Type[])

    Declaration
    public DelegateGroup MakeGenericMethod(params Type[] types)
    Parameters
    Type Name Description
    Type[] types
    Returns
    Type Description
    DelegateGroup

    ToString()

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

    Implements

    CanGetDelegate
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.