예제 #1
0
 public static T ExecuteRPC <T>(this IXboxConsole console, XDRPCExecutionOptions options) where T : struct
 {
     XDRPCArgumentInfo[] xdrpcArgumentInfoArray = new XDRPCArgumentInfo[0];
     return(XDRPCMarshaler.ExecuteRPC <T>(console, options, xdrpcArgumentInfoArray));
 }