Search Results for

    Show / Hide Table of Contents

    Class MonoPInvokeCallbackAttribute

    Necessary for AOT ports of Mono.

    Inheritance
    object
    Attribute
    MonoPInvokeCallbackAttribute
    Namespace: Evergine.Common.Attributes
    Assembly: Evergine.Common.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method)]
    public sealed class MonoPInvokeCallbackAttribute : Attribute

    Constructors

    MonoPInvokeCallbackAttribute(Type)

    Initializes a new instance of the MonoPInvokeCallbackAttribute class.

    Declaration
    public MonoPInvokeCallbackAttribute(Type t)
    Parameters
    Type Name Description
    Type t

    The delegate type.

    Properties

    DelegateType

    Gets or sets the type of the delegate.

    Declaration
    public Type DelegateType { get; set; }
    Property Value
    Type Description
    Type

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX