Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Runtime.CompilerServices.UnsafeAccessorKind
Assembly: System.Runtime
Specifies the kind of target to which an <see cref="T:System.Runtime.CompilerServices.UnsafeAccessorAttribute" /> is providing access.
Values
Constructor
Provide access to a constructor.
Method
Provide access to a method.
StaticMethod
Provide access to a static method.
Field
Provide access to a field.
StaticField
Provide access to a static field.