Click or drag to resize
SerializerAssemblyGenerationConfigurationOutputDirectory Property
Gets or sets the output directory for generated source codes.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string OutputDirectory { get; set; }

Property Value

Type: String
The output directory for generated source codes. The default is current directory.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified value is null.
ArgumentExceptionThe specified value is empty or too long.
NotSupportedExceptionThe specified path format is not supported.
See Also