- All Implemented Interfaces:
- com.sun.jna.NativeMapped
- Enclosing interface:
- DotNetNativeTypes
public static class DotNetNativeTypes.ClrObject
extends com.sun.jna.PointerType
Base class for all .Net Native Interface APIs. Specific classes can add ability to
work on different inputs or produce different outputs. This class is
mostly an interface layer on top of the .Net Native instance class to hide
the data types so that users of this class don't have to include any
other .Net Native headers.