get_cached_property_names
Description:
public string[]
get_cached_property_names ()
Gets the names of all cached properties on this.
Parameters:
Returns:
A null-terminated array of strings or null
if this has no cached properties. Free the returned array with
strfreev.
|