C# Class System.Reflection.Pointer

Inheritance: ISerializable
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Box ( void ptr, Type type ) : Object
Unbox ( Object ptr ) : void*

Private Methods

Method Description
GetPointerType ( ) : Type
GetPointerValue ( ) : Object
ISerializable ( SerializationInfo info, StreamingContext context ) : void
Pointer ( ) : System
Pointer ( SerializationInfo info, StreamingContext context ) : System

Method Details

Box() public static method

public static Box ( void ptr, Type type ) : Object
ptr void
type System.Type
return Object

Unbox() public static method

public static Unbox ( Object ptr ) : void*
ptr Object
return void*