__Date.GetObjectData 方法 | |
Populates a SerializationInfo with the data needed to serialize the target object.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD GetObjectData(
info AS SerializationInfo,
context AS StreamingContext
) AS VOID
public void GetObjectData(
SerializationInfo info,
StreamingContext context
)
查看代码参数
- info
- 类型:SerializationInfo
The SerializationInfo to populate with data. - context
- 类型:StreamingContext
The destination (see StreamingContext) for this serialization.
实现
GetObjectData(SerializationInfo, StreamingContext)异常 异常 | 条件 |
---|
SecurityException | The caller does not have the required permission. |
参见