Export Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an export, which is a type that consists of a delay-created exported object and the metadata that describes that object.
public ref class Export
public class Export
type Export = class
Public Class Export
- Inheritance
-
Export
Constructors
Export() |
Initializes a new instance of the Export class. |
Export(ExportDefinition, Func<Object>) |
Initializes a new instance of the Export class with the specified export definition and exported object getter. |
Export(String, Func<Object>) |
Initializes a new instance of the Export class with the specified contract name and exported value getter. |
Export(String, IDictionary<String,Object>, Func<Object>) |
Initializes a new instance of the Export class with the specified contract name, metadata, and exported value getter. |
Properties
Definition |
Gets the definition that describes the contract that the export satisfies. |
Metadata |
Gets the metadata for the export. |
Value |
Provides the object this export represents. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetExportedValueCore() |
Returns the exported object the export provides. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |