using System; namespace System.Runtime.InteropServices { /// Allows an unmanaged method to call a managed method. // Token: 0x020002EC RID: 748 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public sealed class AllowReversePInvokeCallsAttribute : Attribute { } }