MetadataReader.GetCustomDebugInformation 方法

定義

多載

GetCustomDebugInformation(CustomDebugInformationHandle)
GetCustomDebugInformation(EntityHandle)

GetCustomDebugInformation(CustomDebugInformationHandle)

來源:
MetadataReader.cs
來源:
MetadataReader.cs
來源:
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)

來源:
MetadataReader.cs
來源:
MetadataReader.cs
來源:
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

傳回

適用於