Returns whether this 
ObjectFile can contain binary data for the specified architecture.
            
 (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride Function IsSupportedArchitecture ( _
	architecture As IArchitecture _
) As Boolean | 
| Visual C++ | 
|---|
| public:
virtual bool IsSupportedArchitecture(
	IArchitecture^ architecture
) abstract | 
Return Value
trueTruetruetrue (True in Visual Basic) when this 
ObjectFile can contain binary data for
            
architecture; otherwise, 
falseFalsefalsefalse (False in Visual Basic).
 Exceptions
Exceptions
 Contracts
Contracts
 See Also
See Also