C# Class SharpVulkan.PointerSize

Exibir arquivo Open project: jwollen/SharpVulkan Class Usage Examples

Public Properties

Property Type Description
Zero PointerSize

Public Methods

Method 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

Method Description
PointerSize ( void size ) : System

Default constructor.

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

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

PointerSize() public method

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

PointerSize() public method

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

PointerSize() public method

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

ToString() public method

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

ToString() public method

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

operator() public static method

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

operator() public static method

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

Property Details

Zero public_oe static_oe property

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