Exemplo n.º 1
0
 public void CreateSimpleNativeTypeFromRType()
 {
     RType simpleType = new RType("Foo", RTypeAttributes.Class | RTypeAttributes.Public);
     simpleType.InitializeNativeType(_module);
 }