点击或拖拽改变大小

__Currency.GetObjectData 方法

X#
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
查看代码

参数

info
类型:SerializationInfo
The SerializationInfo to populate with data.
context
类型:StreamingContext
The destination (see StreamingContext) for this serialization.

实现

GetObjectData(SerializationInfo, StreamingContext)
异常
异常条件
SecurityExceptionThe caller does not have the required permission.
参见