MetadataReader.GetCustomAttributes(EntityHandle) Method

Definition

public:
 System::Reflection::Metadata::CustomAttributeHandleCollection GetCustomAttributes(System::Reflection::Metadata::EntityHandle handle);
public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes (System.Reflection.Metadata.EntityHandle handle);
member this.GetCustomAttributes : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.CustomAttributeHandleCollection
Public Function GetCustomAttributes (handle As EntityHandle) As CustomAttributeHandleCollection

Parameters

handle
EntityHandle

Returns

Applies to