C# 클래스 System.IntPtr

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

공개 프로퍼티들

프로퍼티 타입 설명
Zero IntPtr

공개 메소드들

메소드 설명
Equals ( Object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String
ToString ( String format ) : String

비공개 메소드들

메소드 설명
ISerializable ( SerializationInfo info, StreamingContext context ) : void
IntPtr ( SerializationInfo info, StreamingContext context ) : System
IntPtr ( int value ) : System
IntPtr ( long value ) : System
IntPtr ( void value ) : System
IsNull ( ) : bool
ToInt32 ( ) : int
ToInt64 ( ) : long
ToPointer ( ) : void*
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

ToString() 공개 메소드

public ToString ( String format ) : String
format String
리턴 String

프로퍼티 상세

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

public static IntPtr,System Zero
리턴 IntPtr