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

Assembly_GetObject() public method

public Assembly_GetObject ( long id ) : long
id long
return long
		public long Assembly_GetObject (long id) {
			return SendReceive (CommandSet.ASSEMBLY, (int)CmdAssembly.GET_OBJECT, new PacketWriter ().WriteId (id)).ReadId ();
		}
Connection