是否必须添加[SecurityPermission()]属性来覆盖WndProc方法?

时间:2017-03-15 12:44:48

标签: c# winforms wndproc

我通过覆盖System.Windows.Forms.Control来创建自定义控件。 现在我必须覆盖 CreateParams WndProc 以进行自定义。

在此实现过程中,我发现在WndProc方法之前在msdn中添加了以下属性, [SecurityPermission( SecurityAction.LinkDemand, UnmanagedCode=true )]

现在我的问题是这个属性的用途是什么?并且必须为我的覆盖方法添加此属性。或者我们可以跳过这个。

请提供给我的建议。 注意:我在.Net Framework 4.0中创建了项目

0 个答案:

没有答案