当前位置:编程学习 > C#/ASP.NET >>

谁告诉我这段语句是什么意思。(100分求教)

[SecurityCritical]
[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern void _CreateCSP(CspParameters param, bool randomKeyContainer, ref SafeProvHandle hProv);

反编译System.Security.Cryptography Utils类一个方法的定义。这方法没有具体的实现,也没有dllimport,它的实现在哪,又或者它调用哪个程序集的哪个方法去了? --------------------编程问答-------------------- 反编译试试ilspy++ --------------------编程问答-------------------- MethodImplAttribute(MethodImplOptions.InternalCall)]用于说明该方法的具体实现可以从CLR内部找到。该属性是一种伪属性有别于普通的自定义属性 --------------------编程问答--------------------  _CreateCSP在CLR内部定义的。 --------------------编程问答-------------------- 看看这篇文章。
--------------------编程问答-------------------- http://www.cnblogs.com/allenlooplee/archive/2004/12/14/76669.html --------------------编程问答-------------------- 这篇文章:

http://www.cnblogs.com/moshenks/archive/2011/01/20/1940673.html --------------------编程问答-------------------- MethodImplAttribute(MethodImplOptions.InternalCall)]用于说明该方法的具体实现可以从CLR内部找到。该属性是一种伪属性有别于普通的自定义属性


http://www.cnblogs.com/moshenks/archive/2011/01/20/1940673.html --------------------编程问答--------------------
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,