My understanding is that ForwardRef
acts in the same way as extern
, and is intended for guiding the runtime when the language you are using lacks direct support (via extern
in C#). As such, the usage should be very similar to the extern modifier, most notably using [DllImport(...)]
.