RuntimeTypeHandle.FromIntPtr(IntPtr) Method

Definition

Returns a new RuntimeTypeHandle object created from a handle to a RuntimeType.

C#
public static RuntimeTypeHandle FromIntPtr(IntPtr value);

Parameters

value
IntPtr

An IntPtr handle to a RuntimeType to create a RuntimeTypeHandle object from.

Returns

A new RuntimeTypeHandle object that corresponds to the value parameter.

Applies to

Product Versions
.NET 7, 8, 9, 10