scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user