<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hilapon</author_name>
  <author_url>https://blog.hatena.ne.jp/hilapon/</author_url>
  <blog_title>周回遅れのブルース</blog_title>
  <blog_url>https://hilapon.hatenadiary.org/</blog_url>
  <categories>
    <anon>.NET</anon>
  </categories>
  <description>なにげに備忘録。スタックトレース内の最初のフレームのメソッド情報を取得します。以下の方法でおｋ。C# var callingMethod = new System.Diagnostics.StackTrace(1, false).GetFrame(0).GetMethod(); Console.WriteLine(callingMethod.Name); VB.NET Dim callingMethod = New System.Diagnostics.StackTrace(1, False).GetFrame(0).GetMethod() Console.WriteLine(callingM…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhilapon.hatenadiary.org%2Fentry%2F20130216%2F1360986092&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>2013-02-16 12:41:32</published>
  <title>.NET で呼び出し元のメソッド情報を知りたいときは</title>
  <type>rich</type>
  <url>https://hilapon.hatenadiary.org/entry/20130216/1360986092</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
