System.Runtime.InteropServices.SuppressGCTransitionAttribute
An attribute used to indicate a GC transition should be skipped when making an unmanaged function call.
namespace System.Runtime.InteropServices
{
internal sealed class SuppressGCTransitionAttribute : Attribute
{
public SuppressGCTransitionAttribute();
}
}