mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-10 03:27:28 -03:00
cecil:添加更多KnownAttributes
This commit is contained in:
parent
7fc45fc5bb
commit
5519e2e399
1 changed files with 7 additions and 0 deletions
|
@ -530,6 +530,13 @@ namespace Il2CppDumper
|
|||
"System.Runtime.CompilerServices.IsByRefLikeAttribute",
|
||||
// Field attributes:
|
||||
"System.NonSerializedAttribute",
|
||||
// Method attributes:
|
||||
"System.Runtime.InteropServices.PreserveSigAttribute",
|
||||
// Parameter attributes:
|
||||
"System.ParamArrayAttribute",
|
||||
"System.Runtime.CompilerServices.CallerMemberNameAttribute",
|
||||
"System.Runtime.CompilerServices.CallerFilePathAttribute",
|
||||
"System.Runtime.CompilerServices.CallerLineNumberAttribute",
|
||||
// Type parameter attributes:
|
||||
"System.Runtime.CompilerServices.IsUnmanagedAttribute",
|
||||
// Unity
|
||||
|
|
Loading…
Reference in a new issue