コード例 #1
0
ファイル: XAbcOpcodeWriter.cs プロジェクト: shhadi/SwfLib
 public XElement Visit(GetPropertyOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("getproperty").AddName(opcode.Name));
 }
コード例 #2
0
 public BaseAvm2Opcode Visit(GetPropertyOpcode opcode, AbcDataReader arg)
 {
     opcode.Name = _context.GetMultiname(arg.ReadU30(), null);
     return(opcode);
 }