21 lines
765 B
C#
21 lines
765 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Allows you to obtain the full path of the source file that contains the caller. This is the file path at the time of compile.</summary>
|
|
// Token: 0x02000559 RID: 1369
|
|
[Token(Token = "0x2000559")]
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public sealed class CallerFilePathAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallerFilePathAttribute" /> class.</summary>
|
|
// Token: 0x06002C3A RID: 11322 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002C3A")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public CallerFilePathAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|