C# 클래스 System.UIntPtr

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Zero UIntPtr

공개 메소드들

메소드 설명
Equals ( Object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String
ToUInt32 ( ) : uint
ToUInt64 ( ) : ulong
UIntPtr ( uint value ) : System
UIntPtr ( ulong value ) : System
operator ( ) : bool

비공개 메소드들

메소드 설명
ISerializable ( SerializationInfo info, StreamingContext context ) : void
ToPointer ( ) : void*
UIntPtr ( SerializationInfo info, StreamingContext context ) : System
UIntPtr ( void value ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

ToUInt32() 공개 메소드

public ToUInt32 ( ) : uint
리턴 uint

ToUInt64() 공개 메소드

public ToUInt64 ( ) : ulong
리턴 ulong

UIntPtr() 공개 메소드

public UIntPtr ( uint value ) : System
value uint
리턴 System

UIntPtr() 공개 메소드

public UIntPtr ( ulong value ) : System
value ulong
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Zero 공개적으로 정적으로 프로퍼티

public static UIntPtr,System Zero
리턴 UIntPtr