Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 429 Bytes

ii.15.5.3-method-calls-via-function-pointers.md

File metadata and controls

3 lines (2 loc) · 429 Bytes

II.15.5.3 Method calls via function pointers

Unmanaged methods can also be called via function pointers. There is no difference between calling managed or unmanaged methods with pointers. However, the unmanaged method needs to be declared with pinvokeimpl as described in §II.15.5.2. Calling managed methods with function pointers is described in §II.14.5.