コード例 #1
0
ファイル: ThisCallTest.cs プロジェクト: trieshard/runtime
 public static extern E GetEFromManaged(C *c);
コード例 #2
0
ファイル: ThisCallTest.cs プロジェクト: trieshard/runtime
 public static extern IntWrapper GetHeightAsIntFromManaged(C *c);
コード例 #3
0
ファイル: ThisCallTest.cs プロジェクト: trieshard/runtime
 public static extern SizeF GetSizeFromManaged(C *c);
コード例 #4
0
ファイル: ThisCallTest.cs プロジェクト: trieshard/runtime
 public static extern Width GetWidthFromManaged(C *c);
コード例 #5
0
ファイル: ThisCallTest.cs プロジェクト: z77ma/runtime
 public static extern CLong GetWidthAsLongFromManaged(C *c);