C# Class Hackery.ObjectPointer

ファイルを表示 Open project: cartman300/Hackery

Public Methods

Method Description
ToObjPointer ( this Obj ) : IntPtr
ToObject ( this Ptr ) : object

Private Methods

Method Description
ObjectPointer ( ) : System
_ReturnObject ( object Obj ) : object
_ReturnUInt ( uint UInt ) : uint
_ToObject ( uint UInt ) : object
_ToPointer ( object Obj ) : uint

Method Details

ToObjPointer() public static method

public static ToObjPointer ( this Obj ) : IntPtr
Obj this
return System.IntPtr

ToObject() public static method

public static ToObject ( this Ptr ) : object
Ptr this
return object