点击或拖拽改变大小

BinaryResultArgs 构造函数 (Byte, String, ResourceType)

初始化 BinaryResultArgs 类的一个新实例

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public BinaryResultArgs(
	byte[] data,
	string resourceId,
	ResourceType datatype
)

参数

data
类型:SystemByte

[缺少 "M:Smobiler.Core.Controls.BinaryResultArgs.#ctor(System.Byte[],System.String,Smobiler.Core.Controls.ResourceType)" 的 <param name="data"/> 文档]

resourceId
类型:SystemString

[缺少 "M:Smobiler.Core.Controls.BinaryResultArgs.#ctor(System.Byte[],System.String,Smobiler.Core.Controls.ResourceType)" 的 <param name="resourceId"/> 文档]

datatype
类型:Smobiler.Core.ControlsResourceType

[缺少 "M:Smobiler.Core.Controls.BinaryResultArgs.#ctor(System.Byte[],System.String,Smobiler.Core.Controls.ResourceType)" 的 <param name="datatype"/> 文档]

参见