24 lines
768 B
C#
24 lines
768 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Reflection.Emit
|
|
{
|
|
/// <summary>Represents the class that describes how to marshal a field from managed to unmanaged code. This class cannot be inherited.</summary>
|
|
// Token: 0x02000704 RID: 1796
|
|
[Token(Token = "0x2000704")]
|
|
[Obsolete]
|
|
[ComVisible(true)]
|
|
[Obsolete("An alternate API is available: Emit the MarshalAs custom attribute instead. http://go.microsoft.com/fwlink/?linkid=14202")]
|
|
[Serializable]
|
|
public sealed class UnmanagedMarshal
|
|
{
|
|
// Token: 0x06003431 RID: 13361 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6003431")]
|
|
[Address(RVA = "0x30CD530", Offset = "0x30CC530", VA = "0x1830CD530")]
|
|
internal UnmanagedMarshal()
|
|
{
|
|
}
|
|
}
|
|
}
|