代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/175416/9549373
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: A
www.eeworm.com/read/175308/9552790
ex-19-03
// Example 19-03: The Calculator server
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Http;
namespace Programmin
www.eeworm.com/read/371440/9553295
vb server.vb
Imports System
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Imports Microsoft.VisualBasic
'
www.eeworm.com/read/371440/9553307
vb client.vb
Imports System
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Imports Microsoft.VisualBasic
Module Client
Sub
www.eeworm.com/read/371440/9553314
vb channel_reg.vb
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
public module server
Public sub main()
Dim chan As TcpChannel = New TcpChannel(8088)
ChannelServices.
www.eeworm.com/read/371440/9553332
vb form1.vb
Imports System.Runtime.Remoting
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form 砞璸