The OutputFile type exposes the following members.

Constructors

  NameDescription
Public methodOutputFile()()()()
Initializes a new instance of the OutputFile class
Public methodOutputFile(String)
Initializes a new instance of the OutputFile class.
Public methodOutputFile(String, IDictionary<(Of <<'(String, Object>)>>))
Initializes a new instance of the OutputFile class.
Public methodOutputFile(String, String)
Initializes a new instance of the OutputFile class.
Public methodOutputFile(String, String, IDictionary<(Of <<'(String, Object>)>>))
Initializes a new instance of the OutputFile class.

Methods

  NameDescription
Public methodCompareTo(String)
Public methodCompareTo(OutputFile)
Public methodEquals(Object) (Overrides Object..::..Equals(Object).)
Public methodEquals(String)
Public methodEquals(OutputFile)
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 methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
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 methodToString (Overrides Object..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(String to OutputFile)
Performs an implicit conversion from String to OutputFile.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(OutputFile to String)
Performs an implicit conversion from OutputFile to String.

Properties

  NameDescription
Public propertyDependentUpon
Gets or sets the dependent upon file.
Public propertyMetadata
Gets the metadata.
Public propertyOutputFileName
Gets the name of the output file.

See Also