App6BParameters.App6BParameters Constructors
Initializes a new instance of the App6BParameters class.
Overload List
Name | Description | |
---|---|---|
Public method | App6BParameters() | Initializes a new instance of the App6BParameters class with default values. |
Public method | App6BParameters(System.String customMetadataFileName) | Initializes a new instance of the App6BParameters class with additional symbol metadata from the specified file. |
Public method | App6BParameters(System.String customMetadataPath, System.String customMetadataFileName) | Initializes a new instance of the App6BParameters class with additional symbol metadata from the specified path and file. |
App6BParameters()
Initializes a new instance of the App6BParameters class with default values.Syntax
public App6BParameters ()
App6BParameters(System.String customMetadataFileName)
Initializes a new instance of the App6BParameters class with additional symbol metadata from the specified file.Syntax
public App6BParameters (
System.String customMetadataFileName
)
Parameters
A file with symbol metadata.
Remarks
See SymbolStandard.Merge for more details.
App6BParameters(System.String customMetadataPath, System.String customMetadataFileName)
Initializes a new instance of the App6BParameters class with additional symbol metadata from the specified path and file.Syntax
public App6BParameters (
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