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

Method_GetDeclaringType() public method

public Method_GetDeclaringType ( long id ) : long
id long
return long
		public long Method_GetDeclaringType (long id) {
			return SendReceive (CommandSet.METHOD, (int)CmdMethod.GET_DECLARING_TYPE, new PacketWriter ().WriteId (id)).ReadId ();
		}
Connection