RuntimeFieldHandle.ToIntPtr(RuntimeFieldHandle) Method

Definition

Returns the internal pointer representation of a RuntimeFieldHandle object.

C#
public static IntPtr ToIntPtr (RuntimeFieldHandle value);

Parameters

value
RuntimeFieldHandle

A RuntimeFieldHandle object to retrieve an internal pointer representation from.

Returns

IntPtr

An IntPtr object that represents a RuntimeFieldHandle object.

Applies to

Product Versions
.NET 7, 8, 9