摘要:[PermissionSet(SecurityAction.Demand, Name = "FullTrust")] [System.Runtime.InteropServices.ComVisibleAttribute(true)] webbrowser.ObjectForScripting = 
        阅读全文
        
	
        
11 2020 档案
摘要:[PermissionSet(SecurityAction.Demand, Name = "FullTrust")] [System.Runtime.InteropServices.ComVisibleAttribute(true)] webbrowser.ObjectForScripting = 
        阅读全文
 
        
摘要:/// <summary> /// 定义IE版本的枚举 /// </summary> private enum IeVersion { 强制ie10,//10001 (0x2711) Internet Explorer 10。网页以IE 10的标准模式展现,页面!DOCTYPE无效 标准ie10,/
        阅读全文
 
        
摘要:private void Load_Control_ReCombine<T>(List<T> list, string propertyName, string RecombineID) { try { FieldInfo fieldInfo = typeof(T).GetField(propert
        阅读全文
 
        
摘要:c#变量分为值类型和引用类型,值类型空间分配在栈上,引用类型空间分配的堆上(引用值是在栈上);那么,如何获取变量的地址? using System; using System.Collections.Generic; using System.Text; namespace AddressOfVar
        阅读全文
 
        
摘要:C#结构体指针的定义及使用详解 在解析C#结构体指针前,必须知道C#结构体是如何定义的。在c#中同样定义该结构体。 C#结构体指针之C#结构体的定义: [StructLayout(LayoutKind.Sequential)] public struct VGAStat { public int C
        阅读全文
 
        
  |