点击或拖拽改变大小

WindowsSynchronizationContextPost 方法

[缺少 "M:CPF.Windows.WindowsSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public override void Post(
	SendOrPostCallback d,
	Object state
)

参数

d
类型:System.ThreadingSendOrPostCallback

[缺少 "M:CPF.Windows.WindowsSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" 的 <param name="d"/> 文档]

state
类型:SystemObject

[缺少 "M:CPF.Windows.WindowsSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" 的 <param name="state"/> 文档]

参见