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