using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Indicates that data should be marshaled from the caller to the callee, but not back to the caller. // Token: 0x02000572 RID: 1394 [Token(Token = "0x2000572")] [AttributeUsage(AttributeTargets.Parameter)] [ComVisible(true)] public sealed class InAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002A9F RID: 10911 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002A9F")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public InAttribute() { } } }