Files
yck1509-ConfuserEx/Confuser.Runtime/antinet/HandleProcessCorruptedStateExceptionsAttribute.cs
2014-08-03 23:21:16 +08:00

8 lines
230 B
C#

using System;
namespace System.Runtime.ExceptionServices {
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
internal class HandleProcessCorruptedStateExceptionsAttribute : Attribute {
}
}