Method | Description | |
---|---|---|
ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool | ||
ModuleTypeToString ( ModuleType type ) : string | ||
ParseExecutionType ( string str ) : ExecutionType | ||
ParseModuleType ( string str ) : ModuleType |
public static ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool | ||
requirement | ExecutionType | |
current | ExecutionType | |
return | bool |
public static ModuleTypeToString ( ModuleType type ) : string | ||
type | ModuleType | |
return | string |
public static ParseExecutionType ( string str ) : ExecutionType | ||
str | string | |
return | ExecutionType |
public static ParseModuleType ( string str ) : ModuleType | ||
str | string | |
return | ModuleType |