This documentation is archived and is not being maintained.

ComputerInfo Class

System.Object
  Microsoft.TeamFoundation.Common.ComputerInfo

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public final class ComputerInfo

The ComputerInfo type exposes the following members.

  NameDescription
Public propertyStatic memberComputerDomainIf computer is joined to a domain, returns the domain name computer is joined to; otherwise return null.
Public propertyStatic memberMachineNameReturns the host name. Do not use Environment.MachineName because that truncates at 15 characters (NetBIOS name limit - by design). http://blogs.msdn.com/brada/archive/2005/08/10/449767.aspx
Top

  NameDescription
Public methodStatic memberDnsSafeIsSameMachine
Public methodStatic memberGetComputerAccount
Public methodStatic memberGetComputerDomainGets a NetBIOS domain name of the specified computer. This method is only supported on computers that are joined to a domain. On computers that are not joined to a domain, this method throws TfsAdminException exception.
Public methodStatic memberIsLocalMachine(String)Determines if the given host name matches the current machine.
Public methodStatic memberIsLocalMachine(Uri)Determines if the host name for the given URI matches the current machine.
Public methodStatic memberIsSameMachine
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: