get_parasite_list


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.8" ) ]
public string[] get_parasite_list ()

List all parasites.

Returns a list of the names of all currently attached parasites. These names can later be used to get the actual Parasite with get_parasite when needed.

Parameters:

this

The image.

Returns:

The names of currently attached parasites. The returned value must be freed with strfreev.