Ejemplo n.º 1
0
 public static IntPtr FromManaged(global::SimpleMathComponent.SimpleMath obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
Ejemplo n.º 2
0
 public static IObjectReference CreateMarshaler(global::SimpleMathComponent.SimpleMath obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As <ISimpleMath.Vftbl>();