Mono.Debugger.Soft.Connection.Assembly_GetName C# (CSharp) Method

Assembly_GetName() public method

public Assembly_GetName ( long id ) : string
id long
return string
		public string Assembly_GetName (long id) {
			return SendReceive (CommandSet.ASSEMBLY, (int)CmdAssembly.GET_NAME, new PacketWriter ().WriteId (id)).ReadString ();
		}
Connection