ExecutableForcedLoadSetting

class mobase.ExecutableForcedLoadSetting(process, library)

Bases: object

Methods Summary

enabled()

rtype

bool

forced()

rtype

bool

library()

rtype

str

process()

rtype

str

withEnabled(enabled)

rtype

ExecutableForcedLoadSetting

withForced(forced)

rtype

ExecutableForcedLoadSetting

Methods Documentation

enabled()
Return type

bool

forced()
Return type

bool

library()
Return type

str

process()
Return type

str

withEnabled(enabled)
Return type

ExecutableForcedLoadSetting

withForced(forced)
Return type

ExecutableForcedLoadSetting