14 lines
417 B
C#
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: 0x020004D2 RID: 1234
|
|
// (Invoke) Token: 0x06002843 RID: 10307
|
|
[Token(Token = "0x20004D2")]
|
|
[ComVisible(true)]
|
|
public delegate void CrossContextDelegate();
|
|
}
|