int System.ServiceModel.ComIntegration.IMoniker.IsRunning(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, System.ServiceModel.ComIntegration.IMoniker pmkNewlyRunning)
 {
     return(HR.S_FALSE);
 }
 void System.ServiceModel.ComIntegration.IMoniker.Inverse(out System.ServiceModel.ComIntegration.IMoniker ppmk)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 int System.ServiceModel.ComIntegration.IMoniker.IsEqual(System.ServiceModel.ComIntegration.IMoniker pmkOtherMoniker)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.GetDisplayName(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, out string ppszDisplayName)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.GetTimeOfLastChange(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.CommonPrefixWith(System.ServiceModel.ComIntegration.IMoniker pmkOther, out System.ServiceModel.ComIntegration.IMoniker ppmkPrefix)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.ComposeWith(System.ServiceModel.ComIntegration.IMoniker pmkRight, bool fOnlyIfNotGeneric, out System.ServiceModel.ComIntegration.IMoniker ppmkComposite)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.BindToStorage(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, ref Guid riid, out object ppvObj)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.BindToObject(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, ref Guid riidResult, IntPtr ppvResult)
 {
     ProxyBuilder.Build(this.PropertyTable, ref riidResult, ppvResult);
 }
 void System.ServiceModel.ComIntegration.IMoniker.RelativePathTo(System.ServiceModel.ComIntegration.IMoniker pmkOther, out System.ServiceModel.ComIntegration.IMoniker ppmkRelPath)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.Reduce(IBindCtx pbc, int dwReduceHowFar, ref System.ServiceModel.ComIntegration.IMoniker ppmkToLeft, out System.ServiceModel.ComIntegration.IMoniker ppmkReduced)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }
 void System.ServiceModel.ComIntegration.IMoniker.ParseDisplayName(IBindCtx pbc, System.ServiceModel.ComIntegration.IMoniker pmkToLeft, string pszDisplayName, out int pchEaten, out System.ServiceModel.ComIntegration.IMoniker ppmkOut)
 {
     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
 }