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.

Description

RuntimeMethodHandle objects are created through the use of the CIL instruction ldtoken .

[Note: For more information on ldtoken , see Partition III of the CLI Specification.]

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