C# Class Fuzzer.TargetConnectors.apama_snapshot_internal

Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Свойство Type Description
id int
nextSnapshot System.IntPtr

Méthodes publiques

Méthode Description
CreateSnapshot ( ) : apama_snapshot
GetNextSnapshot ( ) : apama_snapshot_internal
ReadFromPointer ( IntPtr ptr ) : apama_snapshot_internal

Method Details

CreateSnapshot() public méthode

public CreateSnapshot ( ) : apama_snapshot
Résultat apama_snapshot

GetNextSnapshot() public méthode

public GetNextSnapshot ( ) : apama_snapshot_internal
Résultat apama_snapshot_internal

ReadFromPointer() public static méthode

public static ReadFromPointer ( IntPtr ptr ) : apama_snapshot_internal
ptr System.IntPtr
Résultat apama_snapshot_internal

Property Details

id public_oe property

Id of the snapshot
public int id
Résultat int

nextSnapshot public_oe property

Pointer to the next snapshot
public IntPtr,System nextSnapshot
Résultat System.IntPtr