C# 클래스 SharpCifs.Dcerpc.Uuid

상속: Rpc.UuidT
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
Bin_to_hex ( int value, int length ) : string
Hex_to_bin ( char arr, int offset, int length ) : int
ToString ( ) : string
Uuid ( Rpc uuid ) : System
Uuid ( string str ) : System

비공개 메소드들

메소드 설명
B ( int i ) : byte
S ( int i ) : short

메소드 상세

Bin_to_hex() 공개 정적인 메소드

public static Bin_to_hex ( int value, int length ) : string
value int
length int
리턴 string

Hex_to_bin() 공개 정적인 메소드

public static Hex_to_bin ( char arr, int offset, int length ) : int
arr char
offset int
length int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Uuid() 공개 메소드

public Uuid ( Rpc uuid ) : System
uuid Rpc
리턴 System

Uuid() 공개 메소드

public Uuid ( string str ) : System
str string
리턴 System