<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: [原] C#泛型实现流中C/C++格式的struct数据的通用读取方法</title>
	<atom:link href="http://bianbian.org/technology/333.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bianbian.org/technology/333.html</link>
	<description>关注技术, 偶尔动动手</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: bianbian</title>
		<link>http://bianbian.org/technology/333.html#comment-11493</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Sat, 20 Jun 2009 03:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/333.html#comment-11493</guid>
		<description>你说的那种是存了指针的，指向另一个结构体，本身structure倒也不是变长。
如果直接套结构体（即没有指针），合成的结构体转化也是没有问题的。
不过有指针成员的时候C#对应描述的struct就写不出来。</description>
		<content:encoded><![CDATA[<p>你说的那种是存了指针的，指向另一个结构体，本身structure倒也不是变长。<br />
如果直接套结构体（即没有指针），合成的结构体转化也是没有问题的。<br />
不过有指针成员的时候C#对应描述的struct就写不出来。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feuvan</title>
		<link>http://bianbian.org/technology/333.html#comment-11450</link>
		<dc:creator>feuvan</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/333.html#comment-11450</guid>
		<description>Marshal.PtrToStructure在很多时候会失败
比如变长的field
structure里还有structure</description>
		<content:encoded><![CDATA[<p>Marshal.PtrToStructure在很多时候会失败<br />
比如变长的field<br />
structure里还有structure</p>
]]></content:encoded>
	</item>
</channel>
</rss>

