System.Runtime.CompilerServices.UnsafeAccessorKind
enum UnsafeAccessorKind
Specifies the kind of target to which an UnsafeAccessorAttribute is providing access.
Constructor = 0
Provide access to a constructor.
Field = 3
Provide access to a field.
Method = 1
Provide access to a method.
StaticField = 4
Provide access to a static field.
StaticMethod = 2
Provide access to a static method.