<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Reflection.MethodAttributes

public enum MethodAttributes
namespace System.Reflection { public enum MethodAttributes { Abstract = 1024, Assembly = 3, CheckAccessOnOverride = 512, FamANDAssem = 2, Family = 4, FamORAssem = 5, Final = 32, HasSecurity = 16384, HideBySig = 128, MemberAccessMask = 7, NewSlot = 256, PinvokeImpl = 8192, Private = 1, PrivateScope = 0, Public = 6, RequireSecObject = 32768, ReservedMask = 53248, ReuseSlot = 0, RTSpecialName = 4096, SpecialName = 2048, Static = 16, UnmanagedExport = 8, Virtual = 64, VtableLayoutMask = 256 } }