C# Class SharpCifs.Netbios.Name

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Свойство Type Description
HexCode int
Scope string
name string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Name ( ) : System
Name ( string name, int hexCode, string scope ) : System
ToString ( ) : string

Private Methods

Méthode Description
ReadScopeWireFormat ( byte src, int srcIndex ) : int
ReadWireFormat ( byte src, int srcIndex ) : int
ReadWireFormatDos ( byte src, int srcIndex ) : int
WriteScopeWireFormat ( byte dst, int dstIndex ) : int
WriteWireFormat ( byte dst, int dstIndex ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Name() public méthode

public Name ( ) : System
Résultat System

Name() public méthode

public Name ( string name, int hexCode, string scope ) : System
name string
hexCode int
scope string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

HexCode public_oe property

public int HexCode
Résultat int

Scope public_oe property

public string Scope
Résultat string

name public_oe property

public string name
Résultat string