C# Class SharpVulkan.PointerSize

Afficher le fichier Open project: jwollen/SharpVulkan Class Usage Examples

Méthodes publiques

Свойство Type Description
Zero PointerSize

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
PointerSize ( void size ) : System

Default constructor.

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

PointerSize() public méthode

Initializes a new instance of the PointerSize struct.
public PointerSize ( IntPtr size ) : System
size System.IntPtr The size.
Résultat System

PointerSize() public méthode

Default constructor.
public PointerSize ( int size ) : System
size int value to set
Résultat System

PointerSize() public méthode

Default constructor.
public PointerSize ( long size ) : System
size long value to set
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( string format ) : string
format string The format.
Résultat string

operator() public static méthode

Scales a size by the given value.
public static operator ( ) : PointerSize
Résultat PointerSize

operator() public static méthode

Tests for inequality between two objects.
public static operator ( ) : bool
Résultat bool

Property Details

Zero public_oe static_oe property

An empty pointer size initialized to zero.
public static PointerSize,SharpVulkan Zero
Résultat PointerSize