Click or drag to resize
SerializerCodeGenerationResultFilePath Property
Gets the file path which contains generated serializer.

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

Property Value

Type: String
The file path which contains generated serializer.
Remarks
If the generation method generates source codes, this property indicates each generated source code file. Else, if the genration method generates an assembly, this property indicates the assembly file. This property will not be null, and will be valid file path.
See Also