public void GetPrimaryAndSecondary(out object primary, out object secondary)
 {
     DependentHandle.nGetPrimaryAndSecondary(this._handle, out primary, out secondary);
 }