public string[] GetKeys() { uint count = 0; string[] ret = null; _properties.GetKeys(ref count, ref ret); return(ret); }