C# Класс SharpVulkan.PointerSize

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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