C# Class Fuzzer.TargetConnectors.apama_snapshot_internal

Show file Open project: areiter/InMemoryFuzzing

Public Properties

Property Type Description
id int
nextSnapshot System.IntPtr

Public Methods

Method Description
CreateSnapshot ( ) : apama_snapshot
GetNextSnapshot ( ) : apama_snapshot_internal
ReadFromPointer ( IntPtr ptr ) : apama_snapshot_internal

Method Details

CreateSnapshot() public method

public CreateSnapshot ( ) : apama_snapshot
return apama_snapshot

GetNextSnapshot() public method

public GetNextSnapshot ( ) : apama_snapshot_internal
return apama_snapshot_internal

ReadFromPointer() public static method

public static ReadFromPointer ( IntPtr ptr ) : apama_snapshot_internal
ptr System.IntPtr
return apama_snapshot_internal

Property Details

id public property

Id of the snapshot
public int id
return int

nextSnapshot public property

Pointer to the next snapshot
public IntPtr,System nextSnapshot
return System.IntPtr