Exemplo n.º 1
0
 internal UnmanagedMethodDescription GetUnmanagedDescription()
 {
     return(new UnmanagedMethodDescription(ObjectWrapper.Convert(method), semantic));
 }
Exemplo n.º 2
0
 static IntPtr GetNullableType(IntPtr type)
 {
     return(ObjectWrapper.Convert(Registrar.GetNullableType((Type)ObjectWrapper.Convert(type))));
 }