getAssemblyFromScope method
Implementation
int getAssemblyFromScope(Pointer<Uint32> ptkAssembly) => (ptr.ref.vtable + 12)
.cast<
Pointer<
NativeFunction<Int32 Function(Pointer, Pointer<Uint32> ptkAssembly)>
>
>()
.value
.asFunction<int Function(Pointer, Pointer<Uint32> ptkAssembly)>()(
ptr.ref.lpVtbl,
ptkAssembly,
);