<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>espresso3389</author_name>
  <author_url>https://blog.hatena.ne.jp/espresso3389/</author_url>
  <blog_title>espresso3389の日記</blog_title>
  <blog_url>https://espresso3389.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>変な仕様 .NET Frameworkの名前付きMutexは、どうも、Disposeというか、Closeしても、MutexをReleaseMutexしてくれないような感じ。試しに下のようなコードを書いた。 using System; using System.Threading; namespace MutexTest { public class MutexTest { public static void Main() { using (Mutex m = new Mutex(false, &quot;Hello, world&quot;)) { m.WaitOne(); Console.WriteLine(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fespresso3389.hatenablog.com%2Fentry%2F20080827%2F1219787248&quot; title=&quot;.NET FrameworkのMutexの納得いかない仕様 - espresso3389の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-08-27 06:47:28</published>
  <title>.NET FrameworkのMutexの納得いかない仕様</title>
  <type>rich</type>
  <url>https://espresso3389.hatenablog.com/entry/20080827/1219787248</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
