scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>Indicates that the COM threading model for an application is multithreaded apartment (MTA). </summary>
|
||||
/// <filterpriority>1</filterpriority>
|
||||
// Token: 0x02000681 RID: 1665
|
||||
[ComVisible(true)]
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public sealed class MTAThreadAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user