public ShellCodeAttribute AddAttribute(string Name, string Value, object Position) { return(new ShellCodeAttribute(_type.AddAttribute(Name, Value, Position) as CodeAttribute2)); }