Example #1
0
 public static extern void CLInitialize([MarshalAs(UnmanagedType.Interface)] out nsIMyService outService);
Example #2
0
 public void Hoge(nsIMyService otherService)
 {
     Console.WriteLine("MyService.Hoge (managed)");
 }