Class MonoPInvokeCallbackAttribute
Necessary for AOT ports of Mono.
Inherited Members
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 |