代码搜索:GetObject
找到约 680 项符合「GetObject」的源代码
代码结果 680
www.eeworm.com/read/174052/9610704
cs ucpersonstatus.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Tracker7UI.plugins.People
{
///
www.eeworm.com/read/369845/9631831
js list.js
//cookie functions
function readCookie(name){
var cookieValue = '';
var search = name + '=';
if(document.cookie.length > 0)
{
offset = document.cookie.indexOf(search);
if (offset != -
www.eeworm.com/read/248524/12555350
cs control.cs
using System;
using System.Windows.Forms;
namespace EAlbum
{
///
/// Form1 的摘要说明。
///
/// 控制类
public class Form1 : System.Windows.Forms.Form
{
private System.W
www.eeworm.com/read/147313/12565523
ebs rosemagic.ebs
Sub Main
Dim manager As Object
On Error Resume Next
Set manager = CreateObject( "MyFact.IAbout" )
If Not manager Is Nothing Then
manager.start RoseApp.GetObject()
Else
Msg
www.eeworm.com/read/104928/15681119
vbs page606.vbs
'list all services on the computer Odin
'get a reference to a computer
Set objComputer = GetObject("WinNT://Odin")
'filter on the Service object class
objComputer.Filter = Array("Service")
'enume
www.eeworm.com/read/104928/15681120
vbs sol14-12b.vbs
'get a reference to the Auditors group under the Accounting organizational unit
Set objGroup = GetObject("LDAP://cn=Auditors,ou=Accounting,DC=Acme,DC=com")
'display name of each object in group
F
www.eeworm.com/read/104928/15681121
vbs page556.vbs
Dim objRootDSE, objDomain, strDomain
'get a reference to the rootDSE
Set objRootDSE = GetObject("LDAP://RootDSE")
'get the domain
strDomain = objRootDSE.Get("defaultNamingContext")
'get a ref
www.eeworm.com/read/104928/15681127
vbs page589.vbs
'set the workstations a user can log on to using the Active Directory provider
Dim objUser
'get a reference to a user object
Set objUser=GetObject("LDAP://CN=Fred Smith,OU=Accounting,DC=acme,DC=c
www.eeworm.com/read/104928/15681299
vbs sol16-2b.vbs
'get a reference to the Fred Smith Active Directory user object
Set objUser = _
GetObject("LDAP://cn= Fred Smith,cn=Users,dc=acme,dc=com")
'set the container name to Fred Smith
objUser.cn =
www.eeworm.com/read/104928/15681408
vbs sol15-2.vbs
'list all Web sites on the Thor Web server
Dim objWebService, objWebSite
Set objWebService = GetObject("IIS://Thor/W3SVC")
'loop through each site, find available site #
For Each objWebSite In