Checks whether the object file format supports the specified feature.
Namespace: SharpAssembler.BinFormatAssembly: SharpAssembler Bin File Format (in SharpAssembler Bin File Format.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public override bool SupportsFeature( ObjectFileFeature feature ) |
| Visual Basic |
|---|
Public Overrides Function SupportsFeature ( _ feature As ObjectFileFeature _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool SupportsFeature( ObjectFileFeature feature ) override |
Parameters
- feature
- Type: SharpAssembler.Core..::..ObjectFileFeature
The ObjectFileFeature to test.