using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Supplies an explicit when an automatic GUID is undesirable. // Token: 0x0200058F RID: 1423 [Token(Token = "0x200058F")] [ComVisible(true)] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Delegate)] public sealed class GuidAttribute : Attribute { /// Initializes a new instance of the class with the specified GUID. /// The to be assigned. // Token: 0x06002CB0 RID: 11440 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002CB0")] [Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")] public GuidAttribute(string guid) { } /// Gets the of the class. /// The of the class. // Token: 0x170006C7 RID: 1735 // (get) Token: 0x06002CB1 RID: 11441 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x170006C7")] public string Value { [Token(Token = "0x6002CB1")] [Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")] get { return null; } } // Token: 0x040019D2 RID: 6610 [FieldOffset(Offset = "0x10")] [Token(Token = "0x40019D2")] internal string _val; } }