MetadataReader.GetCustomDebugInformation 메서드

정의

오버로드

GetCustomDebugInformation(CustomDebugInformationHandle)
GetCustomDebugInformation(EntityHandle)

GetCustomDebugInformation(CustomDebugInformationHandle)

Source:
MetadataReader.cs
Source:
MetadataReader.cs
Source:
MetadataReader.cs
public:
 System::Reflection::Metadata::CustomDebugInformation GetCustomDebugInformation(System::Reflection::Metadata::CustomDebugInformationHandle handle);
public System.Reflection.Metadata.CustomDebugInformation GetCustomDebugInformation (System.Reflection.Metadata.CustomDebugInformationHandle handle);
member this.GetCustomDebugInformation : System.Reflection.Metadata.CustomDebugInformationHandle -> System.Reflection.Metadata.CustomDebugInformation
Public Function GetCustomDebugInformation (handle As CustomDebugInformationHandle) As CustomDebugInformation

매개 변수

반환

적용 대상

GetCustomDebugInformation(EntityHandle)

Source:
MetadataReader.cs
Source:
MetadataReader.cs
Source:
MetadataReader.cs
public:
 System::Reflection::Metadata::CustomDebugInformationHandleCollection GetCustomDebugInformation(System::Reflection::Metadata::EntityHandle handle);
public System.Reflection.Metadata.CustomDebugInformationHandleCollection GetCustomDebugInformation (System.Reflection.Metadata.EntityHandle handle);
member this.GetCustomDebugInformation : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.CustomDebugInformationHandleCollection
Public Function GetCustomDebugInformation (handle As EntityHandle) As CustomDebugInformationHandleCollection

매개 변수

handle
EntityHandle

반환

적용 대상