C# Class Editor.Source_Files.NativeInstance

Afficher le fichier Open project: LauriM/PropellerEngine

Méthodes publiques

Свойство Type Description
methodList NativeEventInfo>.Dictionary

Protected Properties

Свойство Type Description
binaryWriter System.IO.BinaryWriter
bufferPointer System.IntPtr
callCount System.UInt32
stream System.IO.UnmanagedMemoryStream

Méthodes publiques

Méthode Description
NativeInstance ( String intanceName ) : System
flush ( ) : void
getInstancePtr ( ) : IntPtr
getShutdownState ( ) : bool
instanceShutdown ( ) : void
registerEvent ( String eventName, object obj, MethodInfo methodInfo ) : void
update ( ) : void

Méthodes protégées

Méthode Description
call ( String command ) : void

Private Methods

Méthode Description
handleEvent ( String cmd, BinaryReader reader ) : void
resetBuffers ( ) : void

Method Details

NativeInstance() public méthode

public NativeInstance ( String intanceName ) : System
intanceName String
Résultat System

call() protected méthode

protected call ( String command ) : void
command String
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

getInstancePtr() public méthode

public getInstancePtr ( ) : IntPtr
Résultat System.IntPtr

getShutdownState() public méthode

public getShutdownState ( ) : bool
Résultat bool

instanceShutdown() public méthode

public instanceShutdown ( ) : void
Résultat void

registerEvent() public méthode

public registerEvent ( String eventName, object obj, MethodInfo methodInfo ) : void
eventName String
obj object
methodInfo System.Reflection.MethodInfo
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

binaryWriter protected_oe property

protected BinaryWriter,System.IO binaryWriter
Résultat System.IO.BinaryWriter

bufferPointer protected_oe property

protected IntPtr,System bufferPointer
Résultat System.IntPtr

callCount protected_oe property

protected UInt32,System callCount
Résultat System.UInt32

methodList public_oe property

public Dictionary methodList
Résultat NativeEventInfo>.Dictionary

stream protected_oe property

protected UnmanagedMemoryStream,System.IO stream
Résultat System.IO.UnmanagedMemoryStream