C# Class SharpCifs.Netbios.Name

Show file Open project: brandonprry/Potato Class Usage Examples

Public Properties

Property Type Description
HexCode int
Scope string
name string

Public Methods

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

Private Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Name() public method

public Name ( ) : System
return System

Name() public method

public Name ( string name, int hexCode, string scope ) : System
name string
hexCode int
scope string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

HexCode public property

public int HexCode
return int

Scope public property

public string Scope
return string

name public property

public string name
return string