Home
last modified time | relevance | path

Searched defs:ManagedToNative (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/Stubs/
H A DStructMarshallingThunk.cs16 ManagedToNative = 1, enumerator
/dports/devel/efl/efl-1.25.1/src/bindings/mono/eina_mono/
H A Deina_value.cs1017 …private static Dictionary<ValueType, IntPtr> ManagedToNative = new Dictionary<ValueType, IntPtr>(); field in Eina.ValueTypeBridge