C# Class IKVM.Internal.JVM

Mostra file Open project: samskivert/ikvm-monotouch Class Usage Examples

Private Properties

Property Type Description
Box object
CriticalFailure void
Import IKVM.Reflection.Type
LoadType IKVM.Reflection.Type
LoadType IKVM.Reflection.Type
MangleResourceName string
NewAnnotation object
NewAnnotationElementValue object
NewDirectByteBuffer object
PersistableHash int
SafeGetAssemblyVersion Version
SafeGetEnvironmentVariable string
Unbox object

Private Methods

Method Description
Box ( object val ) : object
CriticalFailure ( string message, Exception x ) : void
Import ( System type ) : Type
LoadType ( System type ) : Type
LoadType ( Type type ) : Type
MangleResourceName ( string name ) : string
NewAnnotation ( object classLoader, object definition ) : object
NewAnnotationElementValue ( object classLoader, object expectedClass, object definition ) : object
NewDirectByteBuffer ( long address, int capacity ) : object
PersistableHash ( string str ) : int
SafeGetAssemblyVersion ( System asm ) : Version
SafeGetEnvironmentVariable ( string name ) : string
Unbox ( object val ) : object