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