System.Reflection.Pointer public sealed class Pointer : ISerializable Documentation Code namespace System.Reflection { public sealed class Pointer : ISerializable { public unsafe static object Box(void* ptr, Type type); public unsafe static void* Unbox(object ptr); } }