mirror of
https://github.com/yck1509/ConfuserEx
synced 2026-06-08 18:29:44 +00:00
8 lines
230 B
C#
8 lines
230 B
C#
using System;
|
|
|
|
namespace System.Runtime.ExceptionServices {
|
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
|
|
internal class HandleProcessCorruptedStateExceptionsAttribute : Attribute {
|
|
|
|
}
|
|
} |