public string[] GetPropertyNames()
 {
     return(dispatchEx.GetPropertyNames().ExcludeIndices().ToArray());
 }
예제 #2
0
 public override string[] GetPropertyNames()
 {
     VerifyNotDisposed();
     return(engine.ScriptInvoke(() => target.GetPropertyNames().ExcludeIndices().ToArray()));
 }