<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.RuntimeMethodHandle

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); } }