using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Reflection.Emit { /// Represents the class that describes how to marshal a field from managed to unmanaged code. This class cannot be inherited. // Token: 0x020006DB RID: 1755 [Token(Token = "0x20006DB")] [Obsolete] [Obsolete("An alternate API is available: Emit the MarshalAs custom attribute instead. http://go.microsoft.com/fwlink/?linkid=14202")] [ComVisible(true)] [Serializable] public sealed class UnmanagedMarshal { // Token: 0x06003216 RID: 12822 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6003216")] [Address(RVA = "0x2A18070", Offset = "0x2A16E70", VA = "0x182A18070")] internal UnmanagedMarshal() { } } }