8 lines
136 B
C#
8 lines
136 B
C#
namespace Prise.AssemblyLoading
|
|
{
|
|
public enum RuntimeLoadFlag
|
|
{
|
|
FromRequestedVersion,
|
|
FromRuntimeVersion
|
|
}
|
|
} |