MetadataReader.GetMethodDebugInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetMethodDebugInformation(MethodDebugInformationHandle) | |
GetMethodDebugInformation(MethodDefinitionHandle) |
GetMethodDebugInformation(MethodDebugInformationHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::MethodDebugInformation GetMethodDebugInformation(System::Reflection::Metadata::MethodDebugInformationHandle handle);
public System.Reflection.Metadata.MethodDebugInformation GetMethodDebugInformation (System.Reflection.Metadata.MethodDebugInformationHandle handle);
member this.GetMethodDebugInformation : System.Reflection.Metadata.MethodDebugInformationHandle -> System.Reflection.Metadata.MethodDebugInformation
Public Function GetMethodDebugInformation (handle As MethodDebugInformationHandle) As MethodDebugInformation
Parameters
- handle
- MethodDebugInformationHandle
Returns
Applies to
GetMethodDebugInformation(MethodDefinitionHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::MethodDebugInformation GetMethodDebugInformation(System::Reflection::Metadata::MethodDefinitionHandle handle);
public System.Reflection.Metadata.MethodDebugInformation GetMethodDebugInformation (System.Reflection.Metadata.MethodDefinitionHandle handle);
member this.GetMethodDebugInformation : System.Reflection.Metadata.MethodDefinitionHandle -> System.Reflection.Metadata.MethodDebugInformation
Public Function GetMethodDebugInformation (handle As MethodDefinitionHandle) As MethodDebugInformation
Parameters
- handle
- MethodDefinitionHandle
Returns
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.