ConstructorInfoWrapper.MethodHandle Property

This member overrides MethodBase.MethodHandle.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Overrides ReadOnly Property MethodHandle As RuntimeMethodHandle
    Get
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim value As RuntimeMethodHandle

value = instance.MethodHandle
public override RuntimeMethodHandle MethodHandle { get; }
public:
virtual property RuntimeMethodHandle MethodHandle {
    RuntimeMethodHandle get () override;
}
abstract MethodHandle : RuntimeMethodHandle
override MethodHandle : RuntimeMethodHandle
override function get MethodHandle () : RuntimeMethodHandle

Property Value

Type: System.RuntimeMethodHandle

Implements

_MethodBase.MethodHandle

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace