C# 클래스 SharpVulkan.PointerSize

파일 보기 프로젝트 열기: jwollen/SharpVulkan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Zero PointerSize

공개 메소드들

메소드 설명
Equals ( PointerSize other ) : bool

Determines whether the specified PointerSize is equal to this instance.

Equals ( object value ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

PointerSize ( IntPtr size ) : System

Initializes a new instance of the PointerSize struct.

PointerSize ( int size ) : System

Default constructor.

PointerSize ( long size ) : System

Default constructor.

ToString ( ) : string

Returns a System.String that represents this instance.

ToString ( string format ) : string

Returns a System.String that represents this instance.

operator ( ) : PointerSize

Scales a size by the given value.

operator ( ) : bool

Tests for inequality between two objects.

비공개 메소드들

메소드 설명
PointerSize ( void size ) : System

Default constructor.

메소드 상세

Equals() 공개 메소드

Determines whether the specified PointerSize is equal to this instance.
public Equals ( PointerSize other ) : bool
other PointerSize The to compare with this instance.
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object is equal to this instance.
public Equals ( object value ) : bool
value object The to compare with this instance.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

PointerSize() 공개 메소드

Initializes a new instance of the PointerSize struct.
public PointerSize ( IntPtr size ) : System
size System.IntPtr The size.
리턴 System

PointerSize() 공개 메소드

Default constructor.
public PointerSize ( int size ) : System
size int value to set
리턴 System

PointerSize() 공개 메소드

Default constructor.
public PointerSize ( long size ) : System
size long value to set
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( string format ) : string
format string The format.
리턴 string

operator() 공개 정적인 메소드

Scales a size by the given value.
public static operator ( ) : PointerSize
리턴 PointerSize

operator() 공개 정적인 메소드

Tests for inequality between two objects.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

An empty pointer size initialized to zero.
public static PointerSize,SharpVulkan Zero
리턴 PointerSize