All Classes and Interfaces

说明
C# System.Boolean (bool) 类型
C# System.Byte (byte) 类型
C# System.Char (char) 类型 - UTF-16
C# System.Double (double) 类型
C# 枚举类型的包装类 支持任意 C# 枚举的装箱/拆箱操作
Java 枚举需要实现此接口以支持与 C# 枚举的转换
C# System.Int16 (short) 类型
C# System.Int32 (int) 类型
C# System.Int64 (long) 类型
C# 基础值类型的通用基类 简化 CSharpInt32, CSharpBoolean 等类型的实现
C# System.Single (float) 类型
C# System.UInt32 (uint) 类型
JNA TypeConverter for Java enums that implement CSharpEnumValue.
Mono 运行时 JNA 接口定义 使用 MonoRuntime.getMono() 获取实例
 
 
 
 
 
 
 
 
 
 
Represents the AOT (Ahead-of-Time) compilation modes available in the Mono runtime.
Mono 数组 Mono array
Mono 程序集 Mono assembly
Represents breakpoint policies in Mono.
Represents calling conventions in Mono.
Mono 类包装类 Mono class wrapper
Mono 应用程序域 Mono application domain
C# 异常的 Java 包装类 Java wrapper class for C# exceptions
Represents the type of exception clause in the Mono runtime.
Mono 字段 Mono field
Represents the type of a garbage collection handle in Mono.
Represents garbage collection root sources in Mono.
Mono 镜像(程序集映像) Mono image (assembly image)
Represents the status of a Mono image load operation.
Represents marshaling conversion types in Mono.
Represents native marshaling types in Mono.
Represents variant types used in SafeArray marshaling.
Represents the metadata table types in Mono.
Mono 方法 Mono method
Mono 对象基类 Mono object base class
Represents type parsing modes in Mono.
Mono 属性 Mono property
Mono 运行时信息和初始化管理类 Mono runtime information and initialization management class
C# System.String 类型 C# System.String type
C# 结构体(struct)的基类 Base class for C# structs
Mono 线程管理类 Mono thread management class
Mono 类型包装类 Mono type wrapper class
JNA TypeConverter for Mono types.
Represents the type codes used in Mono metadata.
JNA TypeMapper for Mono types.
MonoUnhandledExceptionFunc callback interface typedef void (*MonoUnhandledExceptionFunc) (MonoObject *exc, void *user_data);