Enums/RunTextType.ps1

Add-Type -TypeDefinition @"
public enum RunTextType {
    Text,
    DelText
}
"@