org.bridj.cs.mono
Class MonoRuntime
java.lang.Object
org.bridj.AbstractBridJRuntime
org.bridj.cs.mono.MonoRuntime
- All Implemented Interfaces:
- BridJRuntime, CSharpRuntime
public class MonoRuntime
- extends AbstractBridJRuntime
- implements CSharpRuntime
Stub, not implemented (see this blog entry for a proof of concept).
- Author:
- Olivier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonoRuntime
public MonoRuntime()
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interface BridJRuntime
getActualInstanceClass
public <T extends NativeObject> Class<? extends T> getActualInstanceClass(Pointer<T> pInstance,
Type officialType)
- Specified by:
getActualInstanceClass
in interface BridJRuntime
register
public void register(Type type)
- Specified by:
register
in interface BridJRuntime
getTypeInfo
public <T extends NativeObject> BridJRuntime.TypeInfo<T> getTypeInfo(Type type)
- Specified by:
getTypeInfo
in interface BridJRuntime
Copyright © 2009-2012. All Rights Reserved.