I tried to see the implementation of [MethodImpl(MethodImplOptions.InternalCall)]
public extern int get_Length();
function, which in turn is Length property of string.
But reflector gave me the following error:
The member is not loaded or may be hidden due to your visibility settings
However the member is loaded and the visibility settings is ALL