Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

14 lines
417 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Contexts
{
/// <summary>Represents the method that will handle the requests of execution of some code in another context.</summary>
// Token: 0x020004EE RID: 1262
// (Invoke) Token: 0x06002A50 RID: 10832
[Token(Token = "0x20004EE")]
[ComVisible(true)]
public delegate void CrossContextDelegate();
}