C# Class ReadEnvSample.ProcessEnvironment.UniPtr

Universal pointer.
Exibir arquivo Open project: phryneas/eldo

Public Properties

Property Type Description
Size int
Value long

Public Methods

Method Description
ToInt64 ( ) : long
ToString ( ) : string
UniPtr ( IntPtr p ) : System
UniPtr ( long p ) : System

Method Details

ToInt64() public method

public ToInt64 ( ) : long
return long

ToString() public method

public ToString ( ) : string
return string

UniPtr() public method

public UniPtr ( IntPtr p ) : System
p System.IntPtr
return System

UniPtr() public method

public UniPtr ( long p ) : System
p long
return System

Property Details

Size public_oe property

public int Size
return int

Value public_oe property

public long Value
return long