MilStd2525CParameters.MilStd2525CParameters Constructors
Initializes a new instance of the MilStd2525CParameters class.
Overload List
Name | Description | |
---|---|---|
Public method | MilStd2525CParameters() | Initializes a new instance of the MilStd2525CParameters class with default values. |
Public method | MilStd2525CParameters(System.String customMetadataFileName) | Initializes a new instance of the MilStd2525CParameters class with additional symbol metadata from the specified file. |
Public method | MilStd2525CParameters(System.String customMetadataPath, System.String customMetadataFileName) | Initializes a new instance of the MilStd2525CParameters class with additional symbol metadata from the specified path and file. |
MilStd2525CParameters()
Initializes a new instance of the MilStd2525CParameters class with default values.Syntax
public MilStd2525CParameters ()
MilStd2525CParameters(System.String customMetadataFileName)
Initializes a new instance of the MilStd2525CParameters class with additional symbol metadata from the specified file.Syntax
public MilStd2525CParameters (
System.String customMetadataFileName
)
Parameters
A file with symbol metadata.
Remarks
See SymbolStandard.Merge for more details.
MilStd2525CParameters(System.String customMetadataPath, System.String customMetadataFileName)
Initializes a new instance of the MilStd2525CParameters class with additional symbol metadata from the specified path and file.Syntax
public MilStd2525CParameters (
System.String customMetadataPath,
System.String customMetadataFileName
)
Parameters
The directory where customMetadataFileName is located.
A file with symbol metadata.
Remarks
See SymbolStandard.Merge for more details.
Platforms
Windows, Linux, Android