摘要:
介绍
api(application programming interface),我想大家不会陌生,它是我们windows编程的常客,虽然基于.net平台的c#有了强大的类库,但是,我们还是不能否认api在windows编程中的重要性。大多数的编程语言都支持api编程,而.net平台中的mfc(microsoft foundation class library)构架本身就......
摘要:
☆c#的运算符定义只有四种形式:---------------------------------------
①public static 返回类型 operator ?(单形参)
②public static 返回类型 operator ?(双形参)
③public static implicit operator 隐转目标类型(单源类型形参)
④public static ex......
C#动态方法调用
dynamic method invocation
one very useful feature related to reflection is the ability to create objects dynamically and call methods on them.
note : class1.cs has methods which will be dynamically invoked at runtime from the dynainvoke.cs
class1.cs
using system;
class class1{
public static string method1()
{
return "i am static method (method1) in class1";
}
public string method2()
{
&nb...
下一页 摘要:
http://www.c-sharpcorner.com/1/callingjavafromcsmsrao.asp
what i want to say sun (sun) and ms (moon) both are very important to it
world (world) but both are now enemies now a days they ......