Files
2026-06-04 11:42:34 +02:00

13 lines
387 B
C#

using System;
using System.Runtime.InteropServices;
namespace System.Runtime.Remoting.Messaging
{
/// <summary>Marks an object that can propagate outside of an <see cref="T:System.AppDomain" /> in a <see cref="T:System.Runtime.Remoting.Messaging.LogicalCallContext" />.</summary>
// Token: 0x020003DF RID: 991
[ComVisible(true)]
public interface ILogicalThreadAffinative
{
}
}