表示指向原生 C 内存中的指针。不能被扩展。
构造函数
- Pointer.fromAddress(int ptr)
- 从原始整数值构造。factory
属性
方法
-
cast<
U extends NativeType> () → Pointer< U> - 转换 Pointer
到 Pointer。 -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。inherited
-
toString(
) → String - 此对象的字符串表示。inherited
运算符
-
operator ==(
Object other) → bool - Pointers 的等价性只取决于它们的地址。override
静态方法
-
fromFunction<
T extends Function> (Function f, [Object? exceptionalReturn]) → Pointer< NativeFunction< T> > - 将 Dart 函数转换为 C 函数指针,并自动打包参数和返回值