DacType.Load Method
Include Protected Members
Include Inherited Members
Deserializes the input from a Stream object pointing to a saved DAC type into a DacType object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Load(Stream) | Deserializes the input from a Stream object pointing to a saved DAC type into a DacType object. | |
Load(Stream, Boolean) | Deserializes the input from a Stream object pointing to a saved DAC type into a DacType object, with the option for loading elements other than the DAC type metadata. |
Top