DeploymentProviderOptions 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.
Provides properties that define the options for a deployment object provider.
public ref class DeploymentProviderOptions : System::Runtime::Serialization::ISerializable
[System.Serializable]
public class DeploymentProviderOptions : System.Runtime.Serialization.ISerializable
type DeploymentProviderOptions = class
interface ISerializable
Public Class DeploymentProviderOptions
Implements ISerializable
- Inheritance
-
DeploymentProviderOptions
- Attributes
- Implements
Remarks
This object implements the System.Runtime.Serialization.ISerializable
interface.
Constructors
DeploymentProviderOptions(DeploymentWellKnownProvider) |
Creates an instance of a DeploymentProviderOptions object |
DeploymentProviderOptions(SerializationInfo, StreamingContext) | |
DeploymentProviderOptions(String) |
Creates an instance of a DeploymentProviderOptions object with the specified factory name. |
Properties
Factory |
Gets the DeploymentProviderFactory associated with the current object. |
Path |
Gets the path of the current object. |
ProviderSettings |
Gets the DeploymentProviderSettingCollection associated with the factory of the current object. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object. |