ClassRecord 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 NRBF 类记录的核心行为,并为派生类提供基。
public ref class ClassRecord abstract : System::Formats::Nrbf::SerializationRecord
	public abstract class ClassRecord : System.Formats.Nrbf.SerializationRecord
	type ClassRecord = class
    inherit SerializationRecord
	Public MustInherit Class ClassRecord
Inherits SerializationRecord
		- 继承
 
属性
| Id | 
		 获取记录的 ID。  | 
        	
| MemberNames | 
		 获取序列化成员的名称。  | 
        	
| RecordType | 
		 获取记录的类型。 (继承自 SerializationRecord) | 
        	
| TypeName | 
		 获取序列化类型的名称。  | 
        	
方法
| Equals(Object) | 
		 确定指定的对象是否等于当前对象。 (继承自 Object) | 
        	
| GetArrayRecord(String) | 
		 检索提供的   | 
        	
| GetBoolean(String) | 
		 检索提供的   | 
        	
| GetByte(String) | 
		 检索提供的   | 
        	
| GetChar(String) | 
		 检索提供的   | 
        	
| GetClassRecord(String) | 
		 检索提供的   | 
        	
| GetDateTime(String) | 
		 检索提供的   | 
        	
| GetDecimal(String) | 
		 检索提供的   | 
        	
| GetDouble(String) | 
		 检索提供的   | 
        	
| GetHashCode() | 
		 用作默认哈希函数。 (继承自 Object) | 
        	
| GetInt16(String) | 
		 检索提供的   | 
        	
| GetInt32(String) | 
		 检索提供的   | 
        	
| GetInt64(String) | 
		 检索提供的   | 
        	
| GetRawValue(String) | 
		 检索提供的   | 
        	
| GetSByte(String) | 
		 检索提供的   | 
        	
| GetSerializationRecord(String) | 
		 检索提供的   | 
        	
| GetSingle(String) | 
		 检索提供的   | 
        	
| GetString(String) | 
		 检索提供的   | 
        	
| GetTimeSpan(String) | 
		 检索提供的   | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| GetUInt16(String) | 
		 检索提供的   | 
        	
| GetUInt32(String) | 
		 检索提供的   | 
        	
| GetUInt64(String) | 
		 检索提供的   | 
        	
| HasMember(String) | 
		 检查给定名称的成员是否存在于有效负载中。  | 
        	
| MemberwiseClone() | 
		 创建当前 Object的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		 返回一个表示当前对象的字符串。 (继承自 Object) | 
        	
| TypeNameMatches(Type) | 
		 将从有效负载中读取的类型名称与指定类型进行比较。 (继承自 SerializationRecord) |