E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
StructLayout
C# 使用EPL语言通过并口打印条码
通用并口打印类publicclassBarCodePrint { //并口打印 [System.Runtime.InteropServices.
StructLayout
(System.Runtime.InteropServices.LayoutKind.Sequential
bodaowang
·
2011-08-04 15:00
exception
String
cmd
C#
语言
byte
通过credential provide获得权限启动程序
PInovke引用如下:classNativeMethod{[
StructLayout
(LayoutKind.Sequential,CharSet=CharSet.Unicode)]publicstructCREDUI_INFO
orichisonic
·
2011-06-01 10:00
exception
windows
String
Authentication
dialog
credentials
用 C# Winform做出全透明的磨砂玻璃窗体效果代码
首先,调用系统API,这里如果要引用神马的,就不一一列出了,大家自己引用一下.复制代码代码如下:[
StructLayout
(LayoutKind.Sequential)]publicstructMARGINS
·
2011-05-14 16:57
structlayout
[C#][
StructLayout
(LayoutKind.Explicit,Size=16,CharSet=CharSet.Ansi)]publicclassMySystemTime{ [FieldOffset
AlexTiger0
·
2011-05-10 11:00
C# 判断系统空闲(键盘、鼠标不操作一段时间)
利用windowsAPI函数GetLastInputInfo()来判断系统空闲//添加引用usingSystem.Runtime.InteropServices;//创建结构体用于返回捕获时间[
StructLayout
dengta_snowwhite
·
2011-01-20 10:00
windows
struct
api
user
C#
获取系统图标
需要先声明的结构体: [
StructLayout
(LayoutKind.Sequential)] publicstructSHFILEINFO { publicIntPtrhIcon
周静一
·
2010-10-04 12:25
职场
休闲
学习日志16
获取系统图标
需要先声明的结构体: [
StructLayout
(LayoutKind.Sequential)] publicstructSHFILEINFO { publicIntPtrhIcon
周静一
·
2010-10-04 12:25
职场
休闲
学习日志16
C#修改系统时间
i=qzfZteiPVqr1Gw%3D%3D&p=mm_16303475_0_0&n=11[
StructLayout
(LayoutKind.Sequential)] classSystemTime
liuzhenhua_80
·
2010-09-04 16:00
C++
c
C#
C#映射网络驱动器
[
StructLayout
(LayoutKind.Sequential)]publicclassNETRESOURCE{publicintdwScope;publicintdwType;publicintdwDisplayType
Devillyd
·
2010-08-17 16:00
windows
String
网络
object
C#
button
在c#中怎么调用ExitWindowsEx函数实现XP的关机、注销、重启操作?
usingSystem.Collections.Generic; usingSystem.Text; namespaceSystem.Helper { publicclassServerRoot { [
StructLayout
tsinfeng
·
2010-08-08 12:00
String
struct
C#
XP
query
token
[.NET] 如何用C#做高精度计时器
的精准度并不高因此只好自己客制化了 背景 在一般的系统中,Sleep(1)其实是相当于15.625ms(1/64秒),也就是说Sleep(15)以下都是Sleep一样的时间.微软MSDN参考资料 源码 [
StructLayout
cloudhsu
·
2010-07-29 09:00
.net
windows
struct
C#
Class
performance
[.NET] 如何用C#做高精度计时器
Sleep的精准度并不高因此只好自己客制化了背景在一般的系统中,Sleep(1)其实是相当于15.625ms(1/64秒),也就是说Sleep(15)以下都是Sleep一样的时间.微软MSDN参考资料源码[
StructLayout
云瑀
·
2010-07-29 09:00
.NET
C#如何使用GetTcpTable API获取TCP/IP连接信息
连接信息原文地址:http://blog.csdn.net/yulinlover/archive/2009/02/08/3868824.aspxpublic class NativeFunc { [
StructLayout
编程自动化
·
2010-06-13 17:00
C#代码关闭Windows XP
usingSystem;usingSystem.Runtime.InteropServices; classshoutdown{ [
StructLayout
(LayoutKind.Sequential
mane_yao
·
2010-04-23 14:00
windows
String
struct
C#
query
token
用
StructLayout
特性限定声明结构或类
用
StructLayout
特性限定声明结构或类公共语言运行库利用StructLayoutAttribute控制类或结构的数据字段在托管内存中的物理布局,即类或结构需要按某种方式排列。
jiangxinyu
·
2010-03-16 09:00
网上找的,C# 小票打印机 直接打印,备用
C#小票打印机直接打印无需驱动2009-07-1110:53 classLPTControl { #regionAPI函数 [
StructLayout
(LayoutKind.Sequential
阿米
·
2010-01-27 17:00
C# 快速关机代码
使用
StructLayout
[
StructLayout
(LayoutKind.Sequential,Pack=1)]internalstructTokPriv1Luid{publicintCount;publiclongLuid
hejialin666
·
2010-01-14 12:00
C#代码关闭Windows XP
using System; using System.Runtime.InteropServices; class shoutdown{ [
StructLayout
(LayoutKind.Sequential
ajonjun
·
2009-12-03 00:00
C++
c
windows
C#
XP
ICTCLAS 平台调用的封装
ICTCLAS30已经给了开放函数的头文件,可以直接从C#调用 [
StructLayout
(LayoutKind.Explicit)]public struct result_t{ [FieldOffset
format
·
2009-11-06 12:00
MSMQc++导入的结构体用c#读出放入结构体(我同事帮我研究出的关键代码)
usingSystem.Messaging;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceConsoleApplication5{[
StructLayout
orichisonic
·
2009-07-31 08:00
String
struct
object
C#
Path
byte
C#: 自定义数据摆列方式(易于互操作)
usingSystem;usingSystem.Runtime.InteropServices;publicsealedclassProgram{[
StructLayout
(LayoutKind.Explicit
xiaofengsheng
·
2009-03-09 11:00
struct
C#
Class
byte
C#实现注销、重启和关机代码
首先要导入对命名空间 using System.Runtime.InteropServices; 的引用 [
StructLayout
(LayoutKind.Sequential, Pack
smallplum
·
2009-03-03 13:00
C++
c
C#
C# 取得当前系统所有用户名
usingSystem.Text;//usingSystem.Runtime.InteropServices;namespaceConsoleTest{ classProgram { [
StructLayout
lovegod12
·
2009-02-26 16:00
C# 获取系统文件图标
获取文件的图标 this.Icon=GetFileIcon(@"c:/gdiplus.dll");获取文件夹图标 this.Icon=GetDirectoryIcon(); 全不代码 [
StructLayout
zgke
·
2009-02-10 10:00
struct
String
qq
C#
null
Path
用
StructLayout
特性限定声明结构或类
用
StructLayout
特性限定声明结构或类公共语言运行库利用StructLayoutAttribute控制类或结构的数据字段在托管内存中的物理布局,即类或结构需要按某种方式排列。
ador3
·
2008-07-23 11:00
.net
struct
String
api
Class
语言
用
StructLayout
特性限定声明结构或类
用
StructLayout
特性限定声明结构或类公共语言运行库利用StructLayoutAttribute控制类或结构的数据字段在托管内存中的物理布局,即类或结构需要按某种方式排列。
ador3
·
2008-07-23 11:00
.net
String
api
struct
Class
语言
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
xiaoer_1982
·
2008-07-14 15:00
.net
cache
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
wsql
·
2008-07-14 15:00
.net
cache
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
csstome
·
2008-07-14 15:00
.net
cache
Wininetdll函数库:根据url获取缓存文件
usingSystem.Text; usingSystem.Runtime.InteropServices; namespaceConsoleApplication34 { classProgram { [
StructLayout
jinjazz
·
2008-07-14 15:00
struct
String
cache
url
Class
internet
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
wsql
·
2008-07-14 15:00
.net
cache
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
wsql
·
2008-07-14 15:00
.net
cache
Wininetdll函数库:根据url获取缓存文件
System.Runtime.InteropServices; namespace ConsoleApplication34 { class Program { [
StructLayout
izuoyan
·
2008-07-14 15:00
.net
cache
用C#控制计算机重启、关机及注销
System.Text; using System.Runtime.InteropServices; namespace chkipsrv { public class Shudown { [
StructLayout
v5qqcom
·
2008-03-27 09:00
计算机
用API获取IE缓存文件
//usingsystem.runtime.interopservices;[
structlayout
(layoutkind.sequential,charset=charset.auto)]publicstructinternet_cache_entry_info
csstome
·
2007-12-20 02:00
cache
IE
用API获取IE缓存文件
//usingsystem.runtime.interopservices;[
structlayout
(layoutkind.sequential,charset=charset.auto)]publicstructinternet_cache_entry_info
xiaoer_1982
·
2007-12-20 02:00
cache
IE
用API获取IE缓存文件
//using system.runtime.interopservices; [
structlayout
(layoutkind.sequential, charset=charset.auto
jinjazz
·
2007-12-20 02:00
String
cache
api
IE
url
internet
C#代码关闭Windows XP
usingSystem;usingSystem.Runtime.InteropServices; classshoutdown{ [
StructLayout
(LayoutKind.Sequential
adai6666
·
2007-10-14 17:34
.net
C#
职场
休闲
C#读硬盘序列号的原代码
publicclassIDE{[
StructLayout
(LayoutKind.Sequential,CharSet=CharSet.Ansi)]internalstructIDSECTOR{publicushortwGenConfig
bluemoonright
·
2007-10-11 09:00
struct
String
C#
File
ide
byte
struct在p/invoke中的转化
Unions.csusing System;using System.Runtime.InteropServices;/*union MYUNION{ int i; double d;};*/[
StructLayout
C++ Programmer's Cookbook
·
2007-06-04 23:00
用WM_COPYDATA传递struct
[
StructLayout
(LayoutKind.Sequential)]publicstructCOPYDATASTRUCT{publicintdwData;publicintcbData;publicintlpData
lovnet
·
2007-02-09 10:00
C++
c
windows
C#
用WM_COPYDATA传递struct
[
StructLayout
(LayoutKind.Sequential)]publicstructCOPYDATASTRUCT{publicintdwData;publicintcbData;publicintlpData
Make progress every day
·
2007-02-01 17:00
如何在.net平台合理安全的使用Named Shared Memory以在进程间共享数据
[
StructLayout
(LayoutKind.Sequential)]internalclassSECURITY_ATTRIBUTES{publicintnLength;publicS
Brain
·
2006-12-25 15:00
原始套接字原码
System.Net.Sockets;using System.Runtime.InteropServices;using System.Windows.Forms;namespace ReceiveAll...{ [
StructLayout
huaishu
·
2006-12-02 11:00
String
header
null
byte
button
textbox
使用C#获取Windows版本(源码)
usingSystem;usingSystem.Runtime.InteropServices;namespaceGetWindowsVersion{[
StructLayout
(LayoutKind.Sequential
gloomyboyo
·
2006-09-03 15:00
windows
String
struct
C#
System
Class
[STAThread] 这个是什么意思? 是个什么用法?
[
StructLayout
(LayoutKind.Explicit)]下面的[FieldOffset(0)] 这个是什么意思?
ILOVEMSDN
·
2006-05-30 15:00
tcp
struct
exe
byte
attributes
C# 中使得windows 2000/XP关机代码
usingSystem;usingSystem.Runtime.InteropServices;classshoutdown{[
StructLayout
(LayoutKind.Sequential
davidullua
·
2004-08-27 21:00
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他