<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炎の作品 ― flamework.net ― &#187; 新しいクラスを作る</title>
	<atom:link href="http://flamework.net/archives/tag/%e6%96%b0%e3%81%97%e3%81%84%e3%82%af%e3%83%a9%e3%82%b9%e3%82%92%e4%bd%9c%e3%82%8b/feed" rel="self" type="application/rss+xml" />
	<link>http://flamework.net</link>
	<description>こちらは「.NET Framework」ではありません。「flamework.net」です。</description>
	<lastBuildDate>Tue, 03 Jan 2012 06:23:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>新しいクラスを作る(7) ― PInvoke</title>
		<link>http://flamework.net/archives/30</link>
		<comments>http://flamework.net/archives/30#comments</comments>
		<pubDate>Thu, 20 Mar 2008 05:49:26 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/30</guid>
		<description><![CDATA[概要 New-Class.ps1 を使い、PowerShell から Win32API を呼び出します。 用例 Beep 関数を使って音を鳴らします。 PS&#62; New-Class Class11 { &#62;&#038;gt [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(6) ― インターフェース</title>
		<link>http://flamework.net/archives/27</link>
		<comments>http://flamework.net/archives/27#comments</comments>
		<pubDate>Wed, 19 Mar 2008 06:21:13 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/27</guid>
		<description><![CDATA[概要 New-Class.ps1&#160;でインターフェースを実装する方法を解説します。 用例 IDisposable インターフェースを実装するクラス Class10 を作成します。 PS&#62; New-Class [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(5) ― メソッド</title>
		<link>http://flamework.net/archives/26</link>
		<comments>http://flamework.net/archives/26#comments</comments>
		<pubDate>Tue, 18 Mar 2008 02:05:50 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/26</guid>
		<description><![CDATA[概要 次のスクリプトにより、PowerShell で使える新しいクラスを作ることができます。詳しい作り方を 新しいクラスを作る(1) より少しずつ解説していますので、順にご覧ください。今回は、メソッドの作り方を解説します [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(4) ― プロパティ</title>
		<link>http://flamework.net/archives/18</link>
		<comments>http://flamework.net/archives/18#comments</comments>
		<pubDate>Fri, 30 Nov 2007 03:02:34 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/18</guid>
		<description><![CDATA[プロパティの定義 プロパティは、次のように定義します。 Property &#60;型&#62; &#60;名前&#62; &#60;実装&#62; &#60;型&#62;は、Type で、&#60;名前&#62; は、string、&#038;lt [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プライベートメンバにアクセスする</title>
		<link>http://flamework.net/archives/17</link>
		<comments>http://flamework.net/archives/17#comments</comments>
		<pubDate>Thu, 29 Nov 2007 03:15:38 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[プライベートメンバ]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/17</guid>
		<description><![CDATA[概要 新しいクラスを作る(3) ― コンストラクタにて、プライベートフィールドへのアクセスが冗長になることを書きました。色々と考えたのですが、他の場面で使うこともあるかもしれないと思い、外部スクリプトにすることにしました [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(3) ― コンストラクタ</title>
		<link>http://flamework.net/archives/16</link>
		<comments>http://flamework.net/archives/16#comments</comments>
		<pubDate>Wed, 28 Nov 2007 10:28:09 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/16</guid>
		<description><![CDATA[コンストラクタの定義 コンストラクタは、次のようなコマンドで定義します。 Constructor &#60;パラメータリスト&#62; &#60;実装&#62; &#60;パラメータリスト&#62;は、Type 型の配列で、&#60; [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(2) ― フィールド</title>
		<link>http://flamework.net/archives/15</link>
		<comments>http://flamework.net/archives/15#comments</comments>
		<pubDate>Tue, 27 Nov 2007 09:23:16 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/15</guid>
		<description><![CDATA[概要 前回の 新しいクラスを作る(1)でご紹介した New-Class.ps1を使って、フィールドを持つクラスを作ってみます。 フィールドの実装 新しいクラス「Class1」を作成し、string 型のパブリックフィール [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(1)</title>
		<link>http://flamework.net/archives/14</link>
		<comments>http://flamework.net/archives/14#comments</comments>
		<pubDate>Tue, 27 Nov 2007 08:09:32 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/14</guid>
		<description><![CDATA[新しいクラスが作りたい理由 PowerShell を使っていて時々不便に感じるのが、新しいクラスを作れないことです。 たとえば、System.Collections.ArrayList に CSV ファイルを読み込み、任 [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

