NDepend.API Documentation
IsUsingPointers Property (IType)
NDepend.CodeModel Namespace > IType Interface : IsUsingPointers Property
Gets a value indicating whether this type contains at least a method that contains unsafe code that is using some pointers.
Syntax
bool IsUsingPointers {get;}
Remarks
VB.NET does not support unsafe code but C# does.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IType Interface
IType Members