Click or drag to resize
Sandcastle Help File BuilderFileItem Methods

The FileItem type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
Public methodGetClassName
Returns the class name of this instance of a component.
Public methodGetComponentName
Returns the name of this instance of a component.
Public methodGetConverter
Returns a type converter for this instance of a component.
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
Public methodGetEvents
Returns the events for this instance of a component.
Public methodGetEvents(Attribute)
Returns the events for this instance of a component using the specified attribute array as a filter.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperties
Returns the properties for this instance of a component.
Public methodGetProperties(Attribute)
Returns the properties for this instance of a component using the attribute array as a filter.
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshPaths
Refresh the paths due to a parent path being renamed
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also