Method AddModuleFlag
AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, uint)
Adds a module flag to the module
public void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, uint value)
Parameters
behaviorModuleFlagBehaviorModuleHandle flag behavior for this flag
nameLazyEncodedStringName of the flag
valueuintValue of the flag
AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, IrMetadata)
Adds a module flag to the module
public void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, IrMetadata value)
Parameters
behaviorModuleFlagBehaviorModuleHandle flag behavior for this flag
nameLazyEncodedStringName of the flag
valueIrMetadataValue of the flag