System.RuntimeMethodHandle public struct RuntimeMethodHandle : ISerializable Documentation Code namespace System { public struct RuntimeMethodHandle : ISerializable { public IntPtr Value { get; } public bool Equals(RuntimeMethodHandle handle); public IntPtr GetFunctionPointer(); public void GetObjectData(SerializationInfo info, StreamingContext context); public static bool operator ==(RuntimeMethodHandle left, RuntimeMethodHandle right); public static bool operator !=(RuntimeMethodHandle left, RuntimeMethodHandle right); } }