System.RuntimeMethodHandle Structure

public struct RuntimeMethodHandle

Base Types

Object
  ValueType
    RuntimeMethodHandle

Assembly

mscorlib

Library

RuntimeInfrastructure

Summary

The RuntimeMethodHandle is a handle to the internal metadata representation of a method.

See Also

System Namespace

Members

RuntimeMethodHandle Properties

RuntimeMethodHandle.Value Property


RuntimeMethodHandle.Value Property

public IntPtr Value { get; }

Summary

Gets the value of the current instance.

Property Value

A IntPtr containing the value of the handle.

Description

This property is read-only.

See Also

System.RuntimeMethodHandle Structure, System Namespace