<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akiramei</author_name>
  <author_url>https://blog.hatena.ne.jp/akiramei/</author_url>
  <blog_title>匣の向こう側 - あまりに.NETな</blog_title>
  <blog_url>https://akiramei.hatenadiary.org/</blog_url>
  <categories>
    <anon>.NET</anon>
    <anon>C#</anon>
  </categories>
  <description>実はあまりよく調べたことがないので、復習を兼ねて。GCが動作するタイミングは、 Generation0がいっぱいになる GC.Collectの明示的な呼び出し OSからのメモリ不足通知 AppDomainがアンロード CLRが終了 というケースがありますが、その中の1についてみてみます。 using System; using System.Threading; class Program { static void Main(string args) { // 100ms毎にHelloを表示 new Timer(delegate { Console.WriteLine(&quot;Hello&quot;); }…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakiramei.hatenadiary.org%2Fentry%2F20071022%2F1193060335&quot; title=&quot;ガベージコレクタ - 匣の向こう側 - あまりに.NETな&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>2007-10-22 22:38:55</published>
  <title>ガベージコレクタ</title>
  <type>rich</type>
  <url>https://akiramei.hatenadiary.org/entry/20071022/1193060335</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
