<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yasutomo57jp</author_name>
  <author_url>https://blog.hatena.ne.jp/yasutomo57jp/</author_url>
  <blog_title>ブログ（笑）</blog_title>
  <blog_url>https://yasutomo57jp.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>C++/CLIはC++とは全然違う． とりあえずハンドルの使い方． クラス宣言の時にrefを付けて ref class Hoge{ 中略 }; としたクラスは，ガベージコレクションなどが有効になる． で，ハンドルというのを使って Hoge^ h = gcnew Hoge(); という感じにインスタンスを作って利用する．gcnewで生成したオブジェクトは，使われなくなった場合に自動的に解放される． 解放されるときに，通常は，ファイナライザという関数が呼ばれる．これは，C++でいうところのデストラクタみたいなもの．!クラス名の名前を持つ．（デストラクタは~クラス名）</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyasutomo57jp.hatenadiary.org%2Fentry%2F20080803%2F1217770695&quot; title=&quot;C++/CLIに触れてみる - ブログ（笑）&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-03 22:38:15</published>
  <title>C++/CLIに触れてみる</title>
  <type>rich</type>
  <url>https://yasutomo57jp.hatenadiary.org/entry/20080803/1217770695</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
