<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>newpops</author_name>
  <author_url>https://blog.hatena.ne.jp/newpops/</author_url>
  <blog_title>PowerShell Memo</blog_title>
  <blog_url>https://newpops.hatenadiary.org/</blog_url>
  <categories>
    <anon>MSH</anon>
  </categories>
  <description>参考：MSH Language and Syntax .NETオブジェクトを作成する .NETオブジェクトを生成するには、おそらく、２通りの方法があります。１つ目は基本構文(１０) - PowerShell Memoに書いたように、文字列を.NETオブジェクトにキャストする方法。 こんな感じですね。 MSH&gt; $d = [System.DateTime] &quot;9/13/2005&quot; MSH&gt; $d 2005年9月13日 0:00:00 ２つ目は「New-Object」Cmdletを利用する方法。 MSH&gt; $d= New-Object System.DateTime 2005,9,13 MSH&gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnewpops.hatenadiary.org%2Fentry%2F20050913%2Fp1&quot; title=&quot;基本構文(１１) - PowerShell Memo&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>2005-09-13 00:00:00</published>
  <title>基本構文(１１)</title>
  <type>rich</type>
  <url>https://newpops.hatenadiary.org/entry/20050913/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
