Skip to content

T_CodeJam_Metadata_XmlAttributeReader

andrewvk edited this page Jul 1, 2016 · 3 revisions

XmlAttributeReader Class

Reads type metadata such as type and members attributes from XML.

Inheritance Hierarchy

System.Object
  CodeJam.Metadata.XmlAttributeReader
Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public class XmlAttributeReader : IMetadataReader

VB

Public Class XmlAttributeReader
	Implements IMetadataReader

F#

type XmlAttributeReader =  
    class
        interface IMetadataReader
    end

The XmlAttributeReader type exposes the following members.

Constructors

 

Name Description
Public method XmlAttributeReader(Stream) Reads metadata from provided XML file or from provided stream.
Public method XmlAttributeReader(String) Reads metadata from provided XML file or from calling assembly resource.
Public method XmlAttributeReader(String, Assembly) Reads metadata from provided XML file or from provided assembly resource.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAttributes(T)(MemberInfo, Boolean) Returns custom attributes applied to provided type member.
Public method GetAttributes(T)(Type, Boolean) Returns custom attributes applied to provided type.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.Metadata Namespace

Clone this wiki locally