SerializerCodeGenerationResultFilePath Property |
Gets the file path which contains generated serializer.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string FilePath { get; }
Public ReadOnly Property FilePath As String
Get
public:
property String^ FilePath {
String^ get ();
}
member FilePath : string with 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